Skip to content

Commit

Permalink
Fix for search result title size
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Apr 30, 2024
1 parent 92eae8c commit 2b9acc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 01JHU_INST-JHU/css/details-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@
prm-locations > div > h3.section-title {
display: none;
}

/* Needed to keep the title in the search results from being too large */
prm-brief-result .item-title {
font-size: initial !important
}

0 comments on commit 2b9acc3

Please sign in to comment.