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 {