mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Merge pull request #941 from uzegonemad/hotfix/calendar-legend-width
Give calendar legend ul max width of 100%. Fixes #922
This commit is contained in:
commit
04da2d845a
@ -212,6 +212,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.legend-labels {
|
.legend-labels {
|
||||||
|
max-width : 100%;
|
||||||
width : 500px;
|
width : 500px;
|
||||||
|
|
||||||
@media (max-width: @screen-xs-min) {
|
@media (max-width: @screen-xs-min) {
|
||||||
|
Loading…
Reference in New Issue
Block a user