Skip to content

Commit

Permalink
Merge pull request #1323 from sul-dlss/comment-override
Browse files Browse the repository at this point in the history
Add a comment to understand why a style was needed
  • Loading branch information
marlo-longley authored Aug 30, 2024
2 parents 9747846 + e03c509 commit 5623b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/earthworks.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
padding: .5rem;
border-radius: .25rem;
background-color: white;
width: 100%;
width: 100%; /* overrides https://github.com/projectblacklight/blacklight/blob/69373f202753f04ec6aca179fdf8fa01248a9edf/app/assets/stylesheets/blacklight/_header.scss#L32 */
@media (min-width: 576px) {
max-width: 520px;
}
Expand Down Expand Up @@ -315,4 +315,4 @@ label.toggle-bookmark {
.header-tools > *:hover {
--bs-link-color-rgb: var(--stanford-digital-blue-dark-rgb);
text-decoration: underline;
}
}

0 comments on commit 5623b33

Please sign in to comment.