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:
Mark McDowall 2015-11-18 22:12:39 -08:00
commit 04da2d845a

View file

@ -212,7 +212,8 @@
}
.legend-labels {
width : 500px;
max-width : 100%;
width : 500px;
@media (max-width: @screen-xs-min) {
width : 400px;