Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 3f45d5f

Browse files
committed
fix textarea stretching on long words
1 parent 0e7a7ca commit 3f45d5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/obBase.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2964,6 +2964,7 @@ input[type="number"].fieldItem.fieldItem-withButton {
29642964
border: 2px solid transparent;
29652965
color: #fff;
29662966
overflow: auto; /* use customThemeScrollbar to add a scrolbar */
2967+
word-break: break-all; /* prevent urls from making the text area grow */
29672968
}
29682969

29692970
.fieldItem-textarea:focus {

0 commit comments

Comments
 (0)