fix: alignment inconsistence
when there were no elements, the alignment of the parent column matters
This commit is contained in:
parent
7b8c42fb90
commit
cd9e76947a
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ impl State {
|
|||
)
|
||||
.into(),
|
||||
])
|
||||
.align_x(Horizontal::Center)
|
||||
.into()
|
||||
}))
|
||||
.spacing(15)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue