Fixed: Mass Editor Footer on Smaller Screens

Closes #4860
pull/4866/head
Stevie Robinson 2 years ago committed by GitHub
parent f4dbda1318
commit 9afcec8b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@
}
}
@media only screen and (max-width: $breakpointLarge) {
@media only screen and (max-width: $breakpointExtraLarge) {
.contentFooter {
flex-wrap: wrap;
}

Loading…
Cancel
Save