Skip to content

Commit

Permalink
Merge pull request #83 from scientist-softserv/i80-search-text-clipping
Browse files Browse the repository at this point in the history
♿️ Stop search text from clipping
  • Loading branch information
kirkkwang authored Sep 9, 2024
2 parents cd7273d + 8a8d2e9 commit 72f190c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/overrides_with_rivet_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,12 @@ a {

// SEARCH RESULTS PAGE
.blacklight-catalog-index {
.applied-filter .constraint-value {
max-width: 100%;
overflow: unset;
white-space: normal;
}

.btn-primary {
@extend .rvt-button;
}
Expand Down

0 comments on commit 72f190c

Please sign in to comment.