Merge pull request #1348 from jschleic/fix-1308
Fix map's title when “dirty star” is present
This commit is contained in:
commit
36dfb1addc
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ ul.photon-autocomplete {
|
|||
a.map-name:after {
|
||||
content: '\00a0';
|
||||
padding-left: 3px;
|
||||
width: 5px;
|
||||
width: 1ch;
|
||||
display: inline-block;
|
||||
}
|
||||
.umap-is-dirty a.map-name:after {
|
||||
|
|
Loading…
Reference in a new issue