diff --git a/examples/ui/text/ime_support.rs b/examples/ui/text/ime_support.rs index 455dc75c04ce7..2e9f086fd2ad1 100644 --- a/examples/ui/text/ime_support.rs +++ b/examples/ui/text/ime_support.rs @@ -62,6 +62,7 @@ fn setup(mut commands: Commands) { allow_newlines: true, ..default() }, + TextLayout::no_wrap(), TextCursorStyle::default(), TabIndex(0), BackgroundColor(DARK_GREY.into()),