We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a185cb commit 60bfa17Copy full SHA for 60bfa17
src/components/RichTextArea/RichTextArea.scss
@@ -23,6 +23,10 @@
23
.object {
24
flex-grow: 1;
25
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;
30
}
31
32
.portrait + .object {
0 commit comments