Merge pull request #1348 from jschleic/fix-1308

Fix map's title when “dirty star” is present
This commit is contained in:
David Larlet 2023-09-26 22:32:36 -04:00 committed by GitHub
commit 36dfb1addc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -516,7 +516,7 @@ ul.photon-autocomplete {
a.map-name:after { a.map-name:after {
content: '\00a0'; content: '\00a0';
padding-left: 3px; padding-left: 3px;
width: 5px; width: 1ch;
display: inline-block; display: inline-block;
} }
.umap-is-dirty a.map-name:after { .umap-is-dirty a.map-name:after {