Keep Markdown rendered lists within dataframe cells (#5878)

* df bullets

* keep bullets inside dataframe columns

* don't apply to chatbot

* added ols

* add changeset

* fix white space a

* add changeset

* revert change

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Abubakar Abid 2023-10-11 20:52:56 -07:00 committed by GitHub
parent c07207e0bc
commit fbce277e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/markdown": patch
"gradio": patch
---
fix:Keep Markdown rendered lists within dataframe cells

View File

@ -111,4 +111,12 @@
span :global(pre) {
position: relative;
}
span:not(.chatbot) :global(ul) {
list-style-position: inside;
}
span:not(.chatbot) :global(ol) {
list-style-position: inside;
}
</style>

2
pnpm-lock.yaml generated
View File

@ -1,4 +1,4 @@
lockfileVersion: '6.0'
lockfileVersion: '6.1'
settings:
autoInstallPeers: true