Skip to content

Commit

Permalink
Merge pull request #604 from pulibrary/word_break
Browse files Browse the repository at this point in the history
Make word breaks work even on single values.
  • Loading branch information
tpendragon committed Sep 12, 2019
2 parents 02cbb61 + 88a7847 commit 60a2f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ li[dir=rtl] {
.tab-content {
padding: 1em .1em;
}
.dl-horizontal dd ul {
.document-metadata.dl-horizontal dd {
word-break: normal;
}
dd {
Expand Down

0 comments on commit 60a2f12

Please sign in to comment.