fix: user admin toggle overflowing container
This commit is contained in:
parent
c1134b7e1d
commit
ab6af974ac
1 changed files with 2 additions and 1 deletions
|
|
@ -259,7 +259,8 @@ impl page::Page<crate::pages::Message> for Page {
|
|||
.push(text::caption(crate::fl!(
|
||||
"administrator",
|
||||
"desc"
|
||||
))),
|
||||
)))
|
||||
.width(Length::Fill),
|
||||
)
|
||||
.push(Space::new(5, 0))
|
||||
.push(admin_toggler)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue