You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve searched for any related issues and avoided creating a duplicate issue.
What happened
In the newly released usability guidance for breadcrumbs, it states that breadcrumbs should have 20px above and 48px below the component. This is correctly set on the <nav> inside the va-breadcrumbs
But, if you inspect the actual `va-breadcrumbs`, you'll note an extra 16px of padding above and below the breadcrumbs
This `1em` of padding is defined by `.va-nav-breadcrumbs` within the `m-breadcrumbs.css` file within the css-library
Bug Report
What happened
In the newly released usability guidance for breadcrumbs, it states that breadcrumbs should have 20px above and 48px below the component. This is correctly set on the
<nav>
inside theva-breadcrumbs
But, if you inspect the actual `va-breadcrumbs`, you'll note an extra 16px of padding above and below the breadcrumbs
This `1em` of padding is defined by `.va-nav-breadcrumbs` within the `m-breadcrumbs.css` file within the css-library
What I expected to happen
The extra 16px of top and bottom padding on the
va-breadcrumb
should be removedReproducing
Steps to reproduce:
.va-nav-breadcrumbs
definitionva-breadcrumbs
elementUrgency
How urgent is this request? Please select the appropriate option below and/or provide details
Details
The text was updated successfully, but these errors were encountered: