Whoops, fix columns on mobile
This commit is contained in:
parent
325a698ebe
commit
b393666593
@ -693,7 +693,7 @@ input.form-control[type=file] {
|
||||
}
|
||||
|
||||
/* Shrink draft column */
|
||||
@media only screen and (max-width: 1720px) {
|
||||
@media only screen and (min-width: 992px) and (max-width: 1720px) {
|
||||
.draft .current-user {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user