mirror of
https://github.com/Readarr/Readarr
synced 2026-01-30 11:23:00 +01: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
1 changed files with 2 additions and 1 deletions
|
|
@ -212,7 +212,8 @@
|
|||
}
|
||||
|
||||
.legend-labels {
|
||||
width : 500px;
|
||||
max-width : 100%;
|
||||
width : 500px;
|
||||
|
||||
@media (max-width: @screen-xs-min) {
|
||||
width : 400px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue