Skip to content

Commit 04da2d8

Browse files
committed
Merge pull request Sonarr#941 from uzegonemad/hotfix/calendar-legend-width
Give calendar legend ul max width of 100%. Fixes Sonarr#922
2 parents 554c81f + d3b87bc commit 04da2d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/UI/Calendar/calendar.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@
212212
}
213213

214214
.legend-labels {
215-
width : 500px;
215+
max-width : 100%;
216+
width : 500px;
216217

217218
@media (max-width: @screen-xs-min) {
218219
width : 400px;

0 commit comments

Comments
 (0)