mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Allow selecting texts in dataframe cells (#7154)
* bugfix: Enable user-select for texts in editable cell * add changeset * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
parent
8dd6f4bc19
commit
aab2a75f06
6
.changeset/ripe-emus-try.md
Normal file
6
.changeset/ripe-emus-try.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/dataframe": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Allow selecting texts in dataframe cells
|
@ -105,6 +105,10 @@
|
||||
flex: 1 1 0%;
|
||||
outline: none;
|
||||
padding: var(--size-2);
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.header {
|
||||
|
Loading…
x
Reference in New Issue
Block a user