mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
Fix Dataframe line_breaks
(#5897)
* fix * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
921716f618
commit
0592c301df
6
.changeset/thirty-planets-smash.md
Normal file
6
.changeset/thirty-planets-smash.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/markdown": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix Dataframe `line_breaks`
|
@ -119,4 +119,7 @@
|
||||
span:not(.chatbot) :global(ol) {
|
||||
list-style-position: inside;
|
||||
}
|
||||
span :global(p:not(:first-child)) {
|
||||
margin-top: var(--spacing-xxl);
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user