diff --git a/crates/welcome/src/welcome.rs b/crates/welcome/src/welcome.rs index f1d59ce7a1..dcc72357ed 100644 --- a/crates/welcome/src/welcome.rs +++ b/crates/welcome/src/welcome.rs @@ -100,6 +100,9 @@ impl View for WelcomePage { .align_children_center() .boxed(), ]) + .aligned() + .constrained() + .with_max_width(300.) .boxed(), ) .boxed()