From 0ddae5da34b88dc3d6eefb1f19cdc4bc0923749a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 3 Jan 2023 09:12:29 +0100 Subject: [PATCH] scss: adapt to live-hint message now being a

(#71068) --- static/includes/_misc.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/static/includes/_misc.scss b/static/includes/_misc.scss index 2478dd0f..fd7f890f 100644 --- a/static/includes/_misc.scss +++ b/static/includes/_misc.scss @@ -774,10 +774,14 @@ div.leaflet-bottom, div.leaflet-top { z-index: 1000000; padding: 1em 1em; box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16); - span::before { - font-family: FontAwesome; - content: "\f0eb"; // lightbulb - padding-right: 0.5em; + p { + margin: 0; + display: inline-block; + &::before { + font-family: FontAwesome; + content: "\f0eb"; // lightbulb + padding-right: 0.5em; + } } button.action, button.close { -- 2.39.2