ssh remoting: Fix overflowing host in titlebar (#19619)
Release Notes: - N/A Co-authored-by: Danilo <danilo@zed.dev>
This commit is contained in:
@@ -320,7 +320,6 @@ impl TitleBar {
|
||||
div()
|
||||
.max_w_32()
|
||||
.overflow_hidden()
|
||||
.truncate()
|
||||
.text_ellipsis()
|
||||
.child(Label::new(nickname.clone()).size(LabelSize::Small)),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user