1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

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

View File

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