Skip to content

Commit 6a9fc28

Browse files
authored
fix: word wrap update for confirmation modal content (#903)
1 parent 00dc01c commit 6a9fc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/confirmation/confirmation-modal.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.description {
1515
@include body-1-regular($gray-7);
1616
text-align: center;
17-
word-break: break-all;
17+
word-break: break-word;
1818
}
1919

2020
.controls {

0 commit comments

Comments
 (0)