breadcrumbs: Update multibuffer to match singleton (#28267)
Before: https://github.com/user-attachments/assets/a2c8fe84-14f6-4cda-b51a-5ada3e2523b6 After: https://github.com/user-attachments/assets/559bcfe8-a40f-44cc-a626-b0544b6cea68 Release Notes: - N/A
This commit is contained in:
parent
e7a0f0e876
commit
d3abc61728
1 changed files with 2 additions and 1 deletions
|
@ -131,8 +131,9 @@ impl Render for Breadcrumbs {
|
|||
}),
|
||||
),
|
||||
None => element
|
||||
// Match the height of the `ButtonLike` in the other arm.
|
||||
// Match the height and padding of the `ButtonLike` in the other arm.
|
||||
.h(rems_from_px(22.))
|
||||
.pl_1()
|
||||
.child(breadcrumbs_stack),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue