Skip to content

Commit

Permalink
Fix vertical alignment and font weight of breadcrumbs that are button…
Browse files Browse the repository at this point in the history
…s or links

Signed-off-by: Miki <miki@amazon.com>
  • Loading branch information
AMoo-Miki committed Feb 2, 2024
1 parent 970fc91 commit 361065f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/breadcrumbs/_breadcrumbs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,8 @@
.ouiBreadcrumbWall--single {
background-image: linear-gradient(to right, $ouiBreadcrumbActiveBackground 0 $ouiSizeM, transparent $ouiSizeM);
}

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

0 comments on commit 361065f

Please sign in to comment.