1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 11:43:07 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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