Fixed Modal width when screen size smaller than 768px

close #13907
This commit is contained in:
afc163 2018-12-26 20:43:47 +08:00
parent b985a2c6f7
commit 7fa4e7aed3
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -148,8 +148,8 @@
@media (max-width: @screen-sm-max) {
.@{dialog-prefix-cls} {
width: auto !important;
margin: 10px;
max-width: calc(100vw - 16px);
margin: 8px;
}
.@{dialog-prefix-cls}-centered {
.@{dialog-prefix-cls} {