mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
Allow dataframe column content to wrap (#9949)
* camend header-content css wrap * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
fc06fe41f0
commit
cfb62bfdb5
6
.changeset/eighty-turtles-accept.md
Normal file
6
.changeset/eighty-turtles-accept.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/dataframe": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Allow dataframe column content to wrap
|
@ -1241,8 +1241,8 @@
|
||||
}
|
||||
|
||||
th .header-content {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: normal;
|
||||
overflow-wrap: break-word;
|
||||
word-break: break-word;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user