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 17:01:22 +02:00 committed by GitHub
parent 262365ca24
commit dd840e4b27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()