Skip to content

Commit 95bac6d

Browse files
authored
refactor: adding a flex property to confirmation (#1513)
1 parent d0a2408 commit 95bac6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
@include body-1-regular($gray-7);
1616
text-align: center;
1717
word-break: break-word;
18+
flex: 1 1 auto;
19+
overflow: hidden;
1820
}
1921

2022
.controls {

0 commit comments

Comments
 (0)