Skip to content

Commit

Permalink
fix(theme): fix lg size of modal style
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 5, 2024
1 parent 70e40b8 commit f5a1083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/system/antd/_modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

// Extra large screen / large descktop
@media (min-width: @screen-xxl) {
@media (min-width: @screen-xl) {
.modal-xl .@{ant-prefix}-modal {
width: auto !important;
max-width: @modal-xl;
Expand Down

0 comments on commit f5a1083

Please sign in to comment.