Fixed: Mass Editor Footer on Smaller Screens

(cherry picked from commit 9afcec8b1ffc11da93ae50b73f77f5ebe6e12391)
This commit is contained in:
Stevie Robinson 2022-01-23 21:47:43 +01:00 committed by Qstick
parent 397e2bf418
commit 2a72a0e318

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;
} }