UI hotfixes for Examples and Dataframe (#4455)

* changes

* changes
This commit is contained in:
aliabid94 2023-06-08 15:33:43 -07:00 committed by GitHub
parent 9abe5d362d
commit 6888e30e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,8 @@
## Other Changes:
- Clean up unnecessary `new Promise()`s by [@akx](https://github.com/akx) in [PR 4442](https://github.com/gradio-app/gradio/pull/4442).
- Minor UI cleanup for Examples and Dataframe components [@aliabid94](https://github.com/aliabid94) in [PR 4455](https://github.com/gradio-app/gradio/pull/4455).
## Breaking Changes:
No changes to highlight.

View File

@ -88,6 +88,7 @@
{scale}
{min_width}
allow_overflow={false}
container={false}
>
<div class="label">
<svg

View File

@ -658,9 +658,6 @@
margin-right: var(--size-1);
margin-left: -5px;
}
.label {
margin-top: var(--size-6);
}
.label p {
position: relative;