editor: Fix multi-buffer headers spilling over at narrow widths (#35800)

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz
2025-08-07 15:01:22 +00:00
committed by GitHub
parent 262365ca24
commit dd840e4b27
+1
View File
@@ -3682,6 +3682,7 @@ impl EditorElement {
.id("path header block")
.size_full()
.justify_between()
.overflow_hidden()
.child(
h_flex()
.gap_2()