Skip to content

Commit

Permalink
SHIBUI-1650 Fixed word-break
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Nov 26, 2019
1 parent 5e7168d commit ff0628d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/src/theme/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ select.form-control:disabled {
font-family: monospace;
min-height: 166px;
margin-bottom: 0px;
word-break: break-word;
&[contenteditable] {
overflow: scroll;
overflow-x: hidden;
overflow-y: scroll;
}
}

Expand Down

0 comments on commit ff0628d

Please sign in to comment.