From dc4396b79c5349409ae2ed5c81dcdcfb4d5b9d96 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Wed, 23 Oct 2024 17:37:30 +0200 Subject: [PATCH] ssh remoting: Fix overflowing host in titlebar (#19619) Release Notes: - N/A Co-authored-by: Danilo --- crates/title_bar/src/title_bar.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index 441807c1c4..c279d2eb6b 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)), )