Skip to content

Commit 3a72223

Browse files
committed
Modal style: Use default content width
1 parent 54a18a4 commit 3a72223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mu-plugins/blocks/modal/src/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
.wporg-modal__modal {
2929
display: none;
3030
position: relative;
31-
width: 35rem;
31+
width: var(--wp--custom--layout--content-size, 680px);
3232
background: var(--wp--custom--wporg-modal--color--background);
3333
color: var(--wp--custom--wporg-modal--color--text);
3434
}

0 commit comments

Comments
 (0)