Skip to content

Commit

Permalink
Merge branch 'master' into MIM-2040-Breadcrumb-mobileCompressedView
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-OW authored Nov 4, 2024
2 parents 6218db6 + db6d596 commit bca2e55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -1789,6 +1789,7 @@ a {
.ssb-link.header h1, .ssb-link.header h2, .ssb-link.header h3, .ssb-link.header h4, .ssb-link.header h5, .ssb-link.header h6 {
display: inherit;
font-size: inherit;
font-weight: inherit;
font-family: inherit !important;
}
.ssb-link.header .link-text {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/Link/_link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $icon-padding: 8px;
h1, h2, h3, h4, h5, h6 {
display: inherit;
font-size: inherit;
font-weight: inherit;
font-family: inherit !important;
}

Expand Down

0 comments on commit bca2e55

Please sign in to comment.