mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 02:46:43 +00:00
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()
|
||||
.max_w_32()
|
||||
.overflow_hidden()
|
||||
.truncate()
|
||||
.text_ellipsis()
|
||||
.child(Label::new(nickname.clone()).size(LabelSize::Small)),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue