We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a18a4 commit 3a72223Copy full SHA for 3a72223
mu-plugins/blocks/modal/src/style.scss
@@ -28,7 +28,7 @@
28
.wporg-modal__modal {
29
display: none;
30
position: relative;
31
- width: 35rem;
+ width: var(--wp--custom--layout--content-size, 680px);
32
background: var(--wp--custom--wporg-modal--color--background);
33
color: var(--wp--custom--wporg-modal--color--text);
34
}
0 commit comments