Skip to content

Commit 59c8ed2

Browse files
fix(Modal): adjust modal grid columns (#8320)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent bfa2883 commit 59c8ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/modal/_modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
top: 0;
7272
display: grid;
7373
grid-template-rows: auto 1fr auto;
74-
grid-template-columns: auto;
74+
grid-template-columns: 100%;
7575
width: 100%;
7676
height: 100%;
7777
max-height: 100%;

0 commit comments

Comments
 (0)