Skip to content

Commit 8f9e5c0

Browse files
authored
fix(theme): fix lg size of modal style (#1845)
1 parent 70e40b8 commit 8f9e5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme/system/antd/_modal.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
// Extra large screen / large descktop
26-
@media (min-width: @screen-xxl) {
26+
@media (min-width: @screen-xl) {
2727
.modal-xl .@{ant-prefix}-modal {
2828
width: auto !important;
2929
max-width: @modal-xl;

0 commit comments

Comments
 (0)