Skip to content

Commit 8f16f1a

Browse files
committed
chore(ui): allow line breaks inside error boxes
1 parent 9ce8ba9 commit 8f16f1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/widget-react/src/components/form/InputHelp.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
.error {
2626
color: var(--error);
27+
white-space: pre-wrap;
2728
word-break: break-all;
2829
}
2930

0 commit comments

Comments
 (0)