Skip to content

Commit 6c58995

Browse files
committed
fix: render spaces/line breaks consistently in inline text fields
1 parent 2533c55 commit 6c58995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/components/InlineTextField/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.InlineTextField {
22
cursor: text;
33
display: inline-block;
4+
white-space: pre-wrap;
45
}
56

67
/* Safari fixes for https://bugs.webkit.org/show_bug.cgi?id=112854 */

0 commit comments

Comments
 (0)