Skip to content

Commit

Permalink
field-list-fix for word-breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed Jul 22, 2024
1 parent 6315258 commit 5555946
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/crate/theme/rtd/crate/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1969,3 +1969,8 @@ ul.search li {
.mb-0 {
margin-bottom: 0 !important;
}

/* field-list fix */
dl.field-list > dt {
word-break: normal !important;
}

0 comments on commit 5555946

Please sign in to comment.