editor: Fix multi-buffer headers spilling over at narrow widths (#35800)
Release Notes: - N/A
This commit is contained in:
parent
262365ca24
commit
dd840e4b27
1 changed files with 1 additions and 0 deletions
|
@ -3682,6 +3682,7 @@ impl EditorElement {
|
||||||
.id("path header block")
|
.id("path header block")
|
||||||
.size_full()
|
.size_full()
|
||||||
.justify_between()
|
.justify_between()
|
||||||
|
.overflow_hidden()
|
||||||
.child(
|
.child(
|
||||||
h_flex()
|
h_flex()
|
||||||
.gap_2()
|
.gap_2()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue