Skip to content

Commit

Permalink
NBBIB-385 Adjust rows in an attempt to fix OSX Safari border issue
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Jun 19, 2024
1 parent dcdfa17 commit d68bc1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom/themes/bs5_nbbib_lib_unb_ca/src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,8 @@ html {
column-count: 3;
column-gap: 4rem;
.row-contrib {
display: inline-block;
width: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid $base-200;
Expand All @@ -1175,6 +1177,8 @@ html {
column-count: 3;
column-gap: 4rem;
.row-topic {
display: inline-block;
width: 100%;
padding-top: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid $base-200;
Expand Down

0 comments on commit d68bc1e

Please sign in to comment.