Fix breakpoint for mobile view

This commit is contained in:
Oleg Kuzava 2018-05-28 22:38:15 +03:00 committed by 偏右
parent 814ee7365a
commit be7f540fba

View File

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