We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6203777 commit a141d71Copy full SHA for a141d71
cosmic-settings/src/pages/networking/wifi.rs
@@ -442,7 +442,8 @@ fn devices_view() -> Section<crate::pages::Message> {
442
{
443
let no_networks_found =
444
widget::container(widget::text::body(§ion.descriptions[no_networks_txt]))
445
- .align_x(alignment::Horizontal::Center);
+ .align_x(alignment::Horizontal::Center)
446
+ .width(Length::Fill);
447
448
view = view.push(no_networks_found);
449
} else {
0 commit comments