Skip to content

Commit 45f10be

Browse files
committed
Fix breadcrumbs responsiveness
1 parent b12b70e commit 45f10be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tab.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3290,7 +3290,7 @@ impl Tab {
32903290
.align_items(Alignment::Center)
32913291
.spacing(space_xxxs);
32923292
//TODO: figure out why this hardcoded offset is needed after the first item is ellipsed
3293-
let overflow_offset = 32.0;
3293+
let overflow_offset = 64.0;
32943294
let overflow = w + name_width + overflow_offset > size.width && index > 0;
32953295
if overflow {
32963296
row = row.push(widget::text::body(excess_str));

0 commit comments

Comments
 (0)