Skip to content

Commit 49ec4f7

Browse files
committed
add whitespace css rule to allow new lines.
1 parent 9cf7bf8 commit 49ec4f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ a {
6363
}
6464
}
6565

66+
label {
67+
white-space: pre-wrap;
68+
}
69+
6670
// Body background using CSS variables
6771
body {
6872
background-color: var(--host-body-bg, #{$body-bg});

0 commit comments

Comments
 (0)