diff --git a/core/embed/rust/src/ui/layout_eckhart/theme/firmware.rs b/core/embed/rust/src/ui/layout_eckhart/theme/firmware.rs index 83e0cb30b2..e9767eec83 100644 --- a/core/embed/rust/src/ui/layout_eckhart/theme/firmware.rs +++ b/core/embed/rust/src/ui/layout_eckhart/theme/firmware.rs @@ -64,7 +64,8 @@ pub const TEXT_MONO_MEDIUM: TextStyle = TextStyle::new( BG, GREY_EXTRA_LIGHT, GREY_EXTRA_LIGHT, -); +) +.with_line_breaking(LineBreaking::BreakWordsNoHyphen); pub const TEXT_MONO_MEDIUM_LIGHT: TextStyle = TextStyle::new( fonts::FONT_MONO_MEDIUM_38,