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 (#1232)

Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki authored Feb 2, 2024
1 parent 970fc91 commit d5e79f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
- Fix playground support check ([#1162](https://github.com/opensearch-project/oui/pull/1162))
- Prevent collapsable button of a resizable from adding to the height when hidden ([#1223](https://github.com/opensearch-project/oui/pull/1223))
- Prevent action buttons of OuiDataGridCell from moving the content ([#1224](https://github.com/opensearch-project/oui/pull/1224))
- Fix vertical alignment and font weight of breadcrumbs that are buttons or links ([#1232](https://github.com/opensearch-project/oui/pull/1232))

### 🚞 Infrastructure

Expand Down
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 d5e79f2

Please sign in to comment.