From ef5d00cb9a5e8c52d51ae6dd35d5662b241c9f68 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 25 Sep 2021 06:31:36 +0000 Subject: [PATCH] Controls inherit font size from parent --- src/ol/ol.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/ol.css b/src/ol/ol.css index 4eee268df1..1e3225bfc9 100644 --- a/src/ol/ol.css +++ b/src/ol/ol.css @@ -133,6 +133,7 @@ color: white; font-weight: bold; text-decoration: none; + font-size: inherit; text-align: center; height: 1.375em; width: 1.375em;