diff --git a/crates/breadcrumbs/src/breadcrumbs.rs b/crates/breadcrumbs/src/breadcrumbs.rs index 78a4d858cccaf989c2348fd49abecb29a3bed997..57cb2a4df859071d89b6bf98cabb3f4e5e1844cb 100644 --- a/crates/breadcrumbs/src/breadcrumbs.rs +++ b/crates/breadcrumbs/src/breadcrumbs.rs @@ -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), } }