Skip to content

Commit 60bfa17

Browse files
committed
fix issue #2661 - Discussions: New Post field appears out of the window.
1 parent 7a185cb commit 60bfa17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/RichTextArea/RichTextArea.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
.object {
2424
flex-grow: 1;
2525
margin-left: 0;
26+
/* this is necessary to prevent draft editor textarea to go beyond flex container
27+
when we put very long line without spaces,
28+
see issue https://github.com/appirio-tech/connect-app/issues/2661 */
29+
overflow: hidden;
2630
}
2731

2832
.portrait + .object {

0 commit comments

Comments
 (0)