Skip to content

Commit 50de937

Browse files
authored
Set padding-top: 15px for popup card. (#354)
* set padding-top: 15px for popup * fix changelog
1 parent c71b6dc commit 50de937

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- ** Breaking Change ** removed all code related to `accessToken` and mapbox specific urls, including telemetry etc. Please do not use mapbox servers with this library.
2121
- ** Breaking Change ** removed `baseApiUrl` as it was used only for mapbox related urls
2222
- Added redraw function to map (#206)
23+
- Fix padding-top of the popup to improve readability of popup text (#354).
2324
- *...Add new stuff here...*
2425

2526
### 🐞 Bug fixes

src/css/maplibre-gl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ a.mapboxgl-ctrl-logo.mapboxgl-compact {
798798
background: #fff;
799799
border-radius: 3px;
800800
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
801-
padding: 10px 10px 15px;
801+
padding: 15px 10px;
802802
pointer-events: auto;
803803
}
804804

0 commit comments

Comments
 (0)