Skip to content

Commit b2d9e1b

Browse files
fix(modal): Change width of the medium modal (#3067)
1 parent a1824e0 commit b2d9e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/components/modals/base/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253

254254
.slds-modal__container {
255255
@include mq-medium-min {
256-
width: 90%;
256+
width: 70%;
257257
max-width: 75rem;
258258
min-width: 40rem; // TODO: Tokenize
259259
}

0 commit comments

Comments
 (0)