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:
Hannah 2024-11-15 21:08:38 +00:00 committed by GitHub
parent fc06fe41f0
commit cfb62bfdb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/dataframe": patch
"gradio": patch
---
fix:Allow dataframe column content to wrap

View File

@ -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>