Skip to content

Commit

Permalink
Merge pull request #1219 from projectblacklight/cbeer-patch-1
Browse files Browse the repository at this point in the history
Make sure the breadcrumb border fills the whole page
  • Loading branch information
jcoyne committed Oct 21, 2022
2 parents 69440e7 + 2f5462d commit c64f240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/arclight/modules/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
border-bottom: $border-width solid $border-color;
padding-bottom: $spacer * .5;
margin-bottom: $spacer * .75;
width: 100%;

.breadcrumb {
.breadcrumb-item .breadcrumb {
Expand Down

0 comments on commit c64f240

Please sign in to comment.