From c9ee8df6a46ebe3b47760927bcf7008a2697789d Mon Sep 17 00:00:00 2001 From: Serhii Myshko Date: Mon, 27 May 2024 18:03:47 +0300 Subject: [PATCH] fix dropdown style --- js/styles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/styles.js b/js/styles.js index bdaad1b..b35f312 100644 --- a/js/styles.js +++ b/js/styles.js @@ -31,7 +31,7 @@ export function addStyles() { } .leaflet-bar.leaflet-control { - border: none; + border: none; } .company-dropdown { @@ -43,6 +43,7 @@ export function addStyles() { background-color: rgb(255, 255, 255); color: black; height: 35px; + max-width: 70vw; font-weight: bold; font-size: 14px; white-space: nowrap;