Skip to content

Commit

Permalink
Fix vertical alignment of breadcrumbs that are buttons
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki committed Feb 2, 2024
1 parent 970fc91 commit d0a3377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/breadcrumbs/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,7 @@
.ouiBreadcrumbWall--single {
background-image: linear-gradient(to right, $ouiBreadcrumbActiveBackground 0 $ouiSizeM, transparent $ouiSizeM);
}

.euiLink.euiBreadcrumb {
line-height: inherit;
}

0 comments on commit d0a3377

Please sign in to comment.