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:
Dawood Khan 2023-10-15 21:29:39 -04:00 committed by GitHub
parent 921716f618
commit 0592c301df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/markdown": patch
"gradio": patch
---
fix:Fix Dataframe `line_breaks`

View File

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