mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 13:54:29 +00:00
Fixed: Mass Editor Footer on Smaller Screens
Closes #6968 (cherry picked from commit 9afcec8b1ffc11da93ae50b73f77f5ebe6e12391)
This commit is contained in:
parent
9d2dacea97
commit
86777e021b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: $breakpointLarge) {
|
||||
@media only screen and (max-width: $breakpointExtraLarge) {
|
||||
.contentFooter {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue