diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index 441807c1c40133a45d28e61f700a642fb4c0ffec..c279d2eb6bcef3d3493397ad76ed4ea10c6acfca 100644 --- a/crates/title_bar/src/title_bar.rs +++ b/crates/title_bar/src/title_bar.rs @@ -320,7 +320,6 @@ impl TitleBar { div() .max_w_32() .overflow_hidden() - .truncate() .text_ellipsis() .child(Label::new(nickname.clone()).size(LabelSize::Small)), )