We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2533c55 commit 6c58995Copy full SHA for 6c58995
packages/core/components/InlineTextField/styles.module.css
@@ -1,6 +1,7 @@
1
.InlineTextField {
2
cursor: text;
3
display: inline-block;
4
+ white-space: pre-wrap;
5
}
6
7
/* Safari fixes for https://bugs.webkit.org/show_bug.cgi?id=112854 */
0 commit comments