ssh remoting: Fix overflowing host in titlebar (#19619)
Release Notes: - N/A Co-authored-by: Danilo <danilo@zed.dev>
This commit is contained in:
parent
1a59b6413b
commit
dc4396b79c
1 changed files with 0 additions and 1 deletions
|
@ -320,7 +320,6 @@ impl TitleBar {
|
||||||
div()
|
div()
|
||||||
.max_w_32()
|
.max_w_32()
|
||||||
.overflow_hidden()
|
.overflow_hidden()
|
||||||
.truncate()
|
|
||||||
.text_ellipsis()
|
.text_ellipsis()
|
||||||
.child(Label::new(nickname.clone()).size(LabelSize::Small)),
|
.child(Label::new(nickname.clone()).size(LabelSize::Small)),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue