Skip to content

Commit c6bc0a7

Browse files
Anthony KinseyAnthony Kinsey
Anthony Kinsey
authored and
Anthony Kinsey
committed
fix: issue with breadcrumb bottom border in desktop
1 parent 567f6e3 commit c6bc0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/Header.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,6 @@ header {
10121012
@include pad(0 $base-grid-padding);
10131013
background-color: $breadcrumbs-bg-color;
10141014
border-bottom: 1px solid $breadcrumbs-border-color;
1015-
border-top: 1px solid $breadcrumbs-border-color;
10161015
margin-bottom: $breadcrumbs-bottom-margin;
10171016
max-height: 3.2rem;
10181017
overflow-y: auto;
@@ -1023,6 +1022,7 @@ header {
10231022
@include break-mobile-sm {
10241023
font-size: $font-size-sm;
10251024
line-height: 1.2;
1025+
border-top: 1px solid $breadcrumbs-border-color;
10261026
max-height: 3.7rem;
10271027
padding: 0 1rem;
10281028
}

0 commit comments

Comments
 (0)