Skip to content

Commit

Permalink
fix dropdown style
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeiown committed May 27, 2024
1 parent 3fce496 commit c9ee8df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function addStyles() {
}
.leaflet-bar.leaflet-control {
border: none;
border: none;
}
.company-dropdown {
Expand All @@ -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;
Expand Down

0 comments on commit c9ee8df

Please sign in to comment.