Skip to content

Commit

Permalink
removes flex from display in modal header
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Jan 31, 2019
1 parent bd5413b commit c06a067
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@
padding-top:0.5rem;
}
// End - Addresses GBL issue #639


// Begin - Addresses GBL issue #766 - removes flex from display
.modal-header {
display: block;
padding: 15px;
border-bottom: 1px solid #e9ecef;
}
// End - Addresses GBL issue #766
3 changes: 3 additions & 0 deletions app/assets/stylesheets/geoblacklight/modules/metadata.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@
}
}

// Begin - Addresses GBL issue #766 - adds space between the links in the metadata modal
.nav>li>a {
position: relative;
display: block;
padding: 10px 15px;
}
//End - Addresses GBL issue #766

}
}

0 comments on commit c06a067

Please sign in to comment.