Fix OptionForm rendering on mobile

This commit is contained in:
Pig Fang 2018-08-21 12:04:04 +08:00
parent e66a112713
commit 83c675d2fc

View File

@ -159,6 +159,16 @@ input:-webkit-autofill {
td.value, td.key {
border-top: 0;
}
@media (max-width: 768px) {
td.value, td.key {
display: block;
}
td.value {
width: 90%;
}
}
}
.modal-danger .modal-title small {