From 5e3aa587c74a93edb5d7def7b001d35e4ac03d49 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Fri, 17 Jan 2020 18:02:58 +0700 Subject: [PATCH] fixed min marker width --- src/styles/map.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/map.less b/src/styles/map.less index 41dadd5..608a19b 100644 --- a/src/styles/map.less +++ b/src/styles/map.less @@ -125,7 +125,6 @@ border-radius: 8px; font-size: 12px; text-align: center; - min-width: 20px; height: 14px; display: inline-flex; align-items: center; @@ -194,7 +193,7 @@ left: auto; right: 15px; // transform: translate(50%, 0); - top: -5px; + top: -3px; position: absolute; z-index: -10; padding: 0 6px 0 6px;