mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-16 03:11:20 +01:00
Merge pull request #287 from orangemug/fix/beta-version-wrapping
Fix to allow beta version strings to not wrap
This commit is contained in:
commit
e96141090e
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-toolbar-logo {
|
.maputnik-toolbar-logo {
|
||||||
flex: 0 0 170px;
|
flex: 0 0 180px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background-color: $color-black;
|
background-color: $color-black;
|
||||||
|
@ -53,6 +53,7 @@
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
bottom: -2px;
|
bottom: -2px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.maputnik-toolbar-action {
|
.maputnik-toolbar-action {
|
||||||
|
|
Loading…
Reference in a new issue