Skip to content

Commit

Permalink
Add break-word to all dialog value elements
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 16, 2018
1 parent 324795e commit e275574
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/dialog.scss
Expand Up @@ -221,9 +221,8 @@ a.dialog-new-window {
force long sequences in feature and alignment detail dialogs to
wrap at 45em
*/
.detail .value.seq,
.detail .value.bq,
.detail .value.sequence {
.detail .value,
.detail .value {
word-wrap: break-word;
width: 45em;
}
Expand Down

0 comments on commit e275574

Please sign in to comment.