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

Release Notes:

- N/A

Co-authored-by: Danilo <danilo@zed.dev>
This commit is contained in:
Thorsten Ball
2024-10-23 18:37:30 +03:00
committed by GitHub
co-authored by Danilo
parent 1a59b6413b
commit dc4396b79c
-1
View File
@@ -320,7 +320,6 @@ impl TitleBar {
div()
.max_w_32()
.overflow_hidden()
.truncate()
.text_ellipsis()
.child(Label::new(nickname.clone()).size(LabelSize::Small)),
)