Skip to content

Commit

Permalink
Merge pull request #2240 from samvera/word-break-for-links-on-catalog…
Browse files Browse the repository at this point in the history
…-search-results

🐛 Break long links in catalog search
  • Loading branch information
Kirk Wang authored Jun 11, 2024
2 parents 1a3374d + 88c2ba6 commit b3d552b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/hyrax.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@
background: #ffff00;
font-weight: 700;
}

// break long links in catalog search results
.catalog-index .caption-area .document-metadata a,
.catalog-index .search-result-wrapper p a {
word-break: break-all;
}

0 comments on commit b3d552b

Please sign in to comment.