umap-project / umap

uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
https://umap-project.org
Other
1.05k stars 213 forks source link

Reduce the line spacing of the panel title #1927

Closed Aurelie-Jallut closed 1 week ago

Aurelie-Jallut commented 1 week ago

Is your feature request related to a problem? Please describe. When the title is long and spans two lines, the rest of the title is lost because it appears too low.

Describe the solution you'd like line-height: 1; would be sufficient image

Additional context image

yohanboniface commented 1 week ago

This should already have been fixed in dev, have you tested ?

Aurelie-Jallut commented 1 week ago

yes, it's on the dev!

We could take advantage of this to :

yohanboniface commented 1 week ago

can you share a link to the map on dev ?

Aurelie-Jallut commented 1 week ago

https://dev.umap-project.org/en/map/etablissements-scolaires-et-mediatheques-de-refere_6507

yohanboniface commented 1 week ago

Can you give me the size for h4, h5, h6 too ?

Aurelie-Jallut commented 1 week ago

h3 { font-size: 1rem; }

h4 { font-size: 0.9rem; }

h5 { font-size: 0.8rem; }

h6 { font-size: 0.7rem; }

for h5 and h6 I did a little test in the view inspector : image