Browse Source

Fix breakpoint for mobile view

pull/10698/head
Oleg Kuzava 7 years ago
committed by 偏右
parent
commit
be7f540fba
  1. 2
      components/modal/style/modal.less

2
components/modal/style/modal.less

@ -134,7 +134,7 @@
}
}
@media (max-width: @screen-md) {
@media (max-width: @screen-sm-max) {
.@{dialog-prefix-cls} {
width: auto !important;
margin: 10px;

Loading…
Cancel
Save