mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-18 10:44:33 +08:00
parent
9abe5d362d
commit
6888e30e79
@ -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.
|
||||
|
@ -88,6 +88,7 @@
|
||||
{scale}
|
||||
{min_width}
|
||||
allow_overflow={false}
|
||||
container={false}
|
||||
>
|
||||
<div class="label">
|
||||
<svg
|
||||
|
@ -658,9 +658,6 @@
|
||||
margin-right: var(--size-1);
|
||||
margin-left: -5px;
|
||||
}
|
||||
.label {
|
||||
margin-top: var(--size-6);
|
||||
}
|
||||
|
||||
.label p {
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user