Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Added word wrapping if no space wrapping available (#1951)
Browse files Browse the repository at this point in the history
Resolves #1770
  • Loading branch information
Blackbaud-TrevorBurch authored Aug 28, 2018
1 parent 90d336c commit c54fc1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
display: block;
width: 100%;
cursor: pointer;
word-wrap: break-word;

&:last-child {
border-bottom-width: 0;
Expand Down

0 comments on commit c54fc1d

Please sign in to comment.