diff --git a/dist/style.0.7.css b/dist/style.0.7.css index 43bc610c..942c733a 100644 --- a/dist/style.0.7.css +++ b/dist/style.0.7.css @@ -401,6 +401,10 @@ input { font-style: italic; } +.leaflet-control-layers input { + height: auto; + padding: 0; +} /* portal title and image */ h3 { diff --git a/style.css b/style.css index d4e30170..3ebf08bc 100644 --- a/style.css +++ b/style.css @@ -401,6 +401,11 @@ input { font-style: italic; } +.leaflet-control-layers input { + height: auto; + padding: 0; +} + /* portal title and image */ h3 {