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 17:37:30 +02:00 committed by GitHub
parent 1a59b6413b
commit dc4396b79c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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