fix: user admin toggle overflowing container

This commit is contained in:
Jonathan Capps 2025-05-12 15:12:25 +01:00 committed by GitHub
parent c1134b7e1d
commit ab6af974ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)