Closed jorupp closed 3 years ago
I see this today in Chrome 89.0.4389.90 on Windows:
I'm guessing the icons slightly increased in size (or spacing) in https://github.com/GUI/covid-vaccine-spotter/pull/104.
Eye-balling it, changing #legend's height from 64px to 67px should be enough to fix it. Alternatively, overflow: hidden should work too.
#legend
height
64px
67px
overflow: hidden
I can create a PR for this.
I see this today in Chrome 89.0.4389.90 on Windows:
I'm guessing the icons slightly increased in size (or spacing) in https://github.com/GUI/covid-vaccine-spotter/pull/104.