Fix OptionForm rendering on mobile
This commit is contained in:
parent
e66a112713
commit
83c675d2fc
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user