wgnhs / lslc-web-app

Web Application for the viewing the WGNHS Lake Superior Legacy Collection
https://wgnhs.github.io/lslc-web-app/
1 stars 0 forks source link

Fix legend label #118

Closed swalljasper closed 7 years ago

cmrRose commented 7 years ago

@swalljasper I was seeing a mis-alignment between legend labels and color swatches. image

The fix seems to be simple: I removed the rule at line 319 of mapViewStyle.css

.legendLabel p {
/*    margin: 0;*/
}

to get the legend labels to line up properly. Do you have this problem as well?