Skip to content

Commit

Permalink
Fix styleint css order
Browse files Browse the repository at this point in the history
  • Loading branch information
alinekeller committed May 1, 2024
1 parent 26c6487 commit 1143146
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/components/molecules/breadcrumb/breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
}

&.active {
color: $gray-700;
font-weight: bold;
color: $gray-700;
}

&.expand-links {
Expand All @@ -151,10 +151,10 @@
// Expand links button

.breadcrumb .btn-expand-links {
height: auto;
padding: 0;
font-size: inherit;
border: 0;
height: auto;
font-size: inherit;
line-height: 1;
}

Expand Down

0 comments on commit 1143146

Please sign in to comment.