Skip to content

Commit

Permalink
Don't allow constraint values to wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Mar 14, 2022
1 parent 6f0e3a6 commit 3dfc4fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/blacklight/_constraints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
cursor: default;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;

@media (max-width: breakpoint-min(sm)) {
max-width: breakpoint-min(sm) * .5;
Expand Down

0 comments on commit 3dfc4fc

Please sign in to comment.