Skip to content

Commit 85d4688

Browse files
authored
fix: fix css for medium modal dimensions (#346)
1 parent 2ff0a17 commit 85d4688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
}
1818

1919
&.modal-size-medium {
20-
height: 456px;
21-
width: 530px;
20+
height: 530px;
21+
width: 456px;
2222
}
2323

2424
&.modal-size-large {

0 commit comments

Comments
 (0)