Skip to content

Commit

Permalink
Merged in bugfix/SHIBUI-1650 (pull request #440)
Browse files Browse the repository at this point in the history
SHIBUI-1650 Fixed word-break

Approved-by: Ryan Mathis <rmathis@unicon.net>
  • Loading branch information
rmathis committed Nov 26, 2019
2 parents 19d3208 + ff0628d commit 626ef95
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 626ef95

Please sign in to comment.