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