mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
Fix breakpoint for mobile view
This commit is contained in:
parent
814ee7365a
commit
be7f540fba
@ -134,7 +134,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: @screen-md) {
|
||||
@media (max-width: @screen-sm-max) {
|
||||
.@{dialog-prefix-cls} {
|
||||
width: auto !important;
|
||||
margin: 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user