ssh remoting: Fix overflowing host in titlebar (#19619)

Thorsten Ball and Danilo created

Release Notes:

- N/A

Co-authored-by: Danilo <danilo@zed.dev>

Change summary

crates/title_bar/src/title_bar.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

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)),
                 )