Compare commits

..

3 Commits

Author SHA1 Message Date
orangemug
dbcfb08c15 1.2.0-beta2 2018-04-20 15:31:00 +01:00
Orange Mug
e96141090e Merge pull request #287 from orangemug/fix/beta-version-wrapping
Fix to allow beta version strings to not wrap
2018-04-20 15:27:48 +01:00
orangemug
5bd25fc2ed Fix to allow beta version strings to not wrap. 2018-04-20 15:09:37 +01:00
3 changed files with 4 additions and 3 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "maputnik",
"version": "1.2.0-beta",
"version": "1.2.0-beta2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "maputnik",
"version": "1.2.0-beta",
"version": "1.2.0-beta2",
"description": "A MapboxGL visual style editor",
"main": "''",
"scripts": {

View File

@@ -10,7 +10,7 @@
}
.maputnik-toolbar-logo {
flex: 0 0 170px;
flex: 0 0 180px;
width: 180px;
text-align: left;
background-color: $color-black;
@@ -53,6 +53,7 @@
font-size: 10px;
bottom: -2px;
margin-left: 4px;
white-space: nowrap;
}
.maputnik-toolbar-action {