mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
parent
53e4733f2a
commit
126694b70d
@ -1,5 +1,9 @@
|
||||
# Upcoming Release
|
||||
|
||||
## Bug fixes
|
||||
|
||||
- Fix bug that cause UI to be vertically centered at all times by [@pngwn](https://github.com/pngwn) in [PR 3336](https://github.com/gradio-app/gradio/pull/3336)
|
||||
|
||||
## New Features:
|
||||
|
||||
### Dropdown Component Updates
|
||||
|
@ -17,7 +17,7 @@
|
||||
class:embed-container={display}
|
||||
class:with-info={info}
|
||||
class="gradio-container gradio-container-{version}"
|
||||
style={loaded ? "" : `min-height: ${initial_height}`}
|
||||
style:min-height={loaded ? "initial" : initial_height}
|
||||
style:flex-grow={!display ? "1" : "auto"}
|
||||
>
|
||||
<div class="main">
|
||||
|
Loading…
Reference in New Issue
Block a user