Fixed: Mass Editor Footer on Smaller Screens

Closes #4860
This commit is contained in:
Stevie Robinson 2022-01-23 21:47:43 +01:00 committed by GitHub
parent f4dbda1318
commit 9afcec8b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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