Merge pull request #284 from pjsier/fix/276-null-zoom

Handle data functions without zoom
This commit is contained in:
Orange Mug
2018-04-20 14:14:02 +01:00
committed by GitHub
2 changed files with 15 additions and 5 deletions
+4
View File
@@ -126,6 +126,10 @@
}
.maputnik-data-spec-property-stop-data {
width: 100%;
}
.maputnik-data-spec-property-stop-edit + .maputnik-data-spec-property-stop-data {
width: 78%;
}
}