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:
5brian 2025-04-07 16:26:55 -04:00 committed by GitHub
parent e7a0f0e876
commit d3abc61728
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),
}
}