From c6163b6ba2c3c9d8b5085519683bf410f9d1d3fb Mon Sep 17 00:00:00 2001 From: orangemug Date: Sat, 27 Oct 2018 14:14:08 +0100 Subject: [PATCH] Added missing css for popup changes --- src/styles/_popup.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/styles/_popup.scss b/src/styles/_popup.scss index 1c6ad92..dc6caf9 100644 --- a/src/styles/_popup.scss +++ b/src/styles/_popup.scss @@ -1,4 +1,15 @@ .maputnik-popup-layer { + display: flex; + flex-direction: row; +} + +.maputnik-popup-layer__swatch { + display: inline-block; + width: 5px; + align-content: stretch; +} + +.maputnik-popup-layer__label { display: block; color: $color-lowgray; cursor: pointer;