mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-17 11:29:58 +08:00
Gallery height fix (#3830)
* gallery height fix * fix * changelog --------- Co-authored-by: Freddy Boulton <alfonsoboulton@gmail.com>
This commit is contained in:
parent
7a04ebe7fd
commit
a95f615ce8
@ -9,6 +9,7 @@ No changes to highlight.
|
||||
|
||||
- Fixed issue with old_value check in File. by [@tomchang25](https://github.com/tomchang25) in [PR 3859](https://github.com/gradio-app/gradio/pull/3859).
|
||||
- Fixed bug where all bokeh plots appeared in the same div by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 3896](https://github.com/gradio-app/gradio/pull/3896)
|
||||
- Fix issue in `gr.Gallery()` where setting height causes aspect ratio of images to collapse by [@dawoodkhan82](https://github.com/dawoodkhan82) in [PR 3830](https://github.com/gradio-app/gradio/pull/3830)
|
||||
|
||||
## Documentation Changes:
|
||||
|
||||
|
@ -288,7 +288,7 @@
|
||||
aspect-ratio: var(--ratio-square);
|
||||
width: var(--size-full);
|
||||
height: var(--size-full);
|
||||
overflow: hidden;
|
||||
overflow: clip;
|
||||
}
|
||||
|
||||
.thumbnail-item:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user