Skip to content

Commit

Permalink
fix: issue with breadcrumb bottom border in desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Kinsey authored and Anthony Kinsey committed Jan 22, 2022
1 parent 567f6e3 commit c6bc0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,6 @@ header {
@include pad(0 $base-grid-padding);
background-color: $breadcrumbs-bg-color;
border-bottom: 1px solid $breadcrumbs-border-color;
border-top: 1px solid $breadcrumbs-border-color;
margin-bottom: $breadcrumbs-bottom-margin;
max-height: 3.2rem;
overflow-y: auto;
Expand All @@ -1023,6 +1022,7 @@ header {
@include break-mobile-sm {
font-size: $font-size-sm;
line-height: 1.2;
border-top: 1px solid $breadcrumbs-border-color;
max-height: 3.7rem;
padding: 0 1rem;
}
Expand Down

0 comments on commit c6bc0a7

Please sign in to comment.