mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
Reduce grid item height
This commit is contained in:
parent
146d6f63d1
commit
87d38415f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1055,7 +1055,7 @@ impl ComponentWidgetWrapper {
|
|||
};
|
||||
|
||||
let content: Element<_> = column(render_children(children, ComponentRenderContext::GridItem))
|
||||
.height(150) // TODO dynamic height
|
||||
.height(130) // TODO dynamic height
|
||||
.into();
|
||||
|
||||
let title: Element<_> = text(title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue