fix(about): shorten the width of the hostname input

Closes #994
This commit is contained in:
Michael Aaron Murphy 2025-02-28 12:04:06 +01:00
parent 5aeeab9392
commit c4eb4b1823
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -138,6 +138,7 @@ fn device() -> Section<crate::pages::Message> {
page.editing_device_name,
Message::HostnameEdit,
)
.width(250)
.on_input(Message::HostnameInput)
.on_submit(Message::HostnameSubmit);