diff --git a/src/components/fields/DocLabel.jsx b/src/components/fields/DocLabel.jsx
index 83fd6248..5375fbb8 100644
--- a/src/components/fields/DocLabel.jsx
+++ b/src/components/fields/DocLabel.jsx
@@ -49,8 +49,15 @@ export default class DocLabel extends React.Component {
}
+ else if (label) {
+ return
+
+ {label}
+
+
+ }
else {
- return
+
}
}
}
diff --git a/src/components/fields/_DataProperty.jsx b/src/components/fields/_DataProperty.jsx
index 73f0c4d5..f3cef010 100644
--- a/src/components/fields/_DataProperty.jsx
+++ b/src/components/fields/_DataProperty.jsx
@@ -217,58 +217,58 @@ export default class DataProperty extends React.Component {
})
return
-
-
-
-
-
- this.changeDataProperty("property", propVal)}
- />
-
-
-
-
-
- this.changeDataProperty("type", propVal)}
- title={"Select a type of data scale (default is 'categorical')."}
- options={this.getDataFunctionTypes(this.props.fieldSpec)}
- />
-
-
-
-
-
- this.changeDataProperty("default", propVal)}
- />
-
-
- {dataFields}
-
+
- Add stop
-
-
-
+
+
+
+ this.changeDataProperty("property", propVal)}
+ />
+
+
+
+
+
+ this.changeDataProperty("type", propVal)}
+ title={"Select a type of data scale (default is 'categorical')."}
+ options={this.getDataFunctionTypes(this.props.fieldSpec)}
+ />
+
+
+
+
+
+ this.changeDataProperty("default", propVal)}
+ />
+
+
+
+
+ {dataFields}
+
+ Add stop
+
}
}
diff --git a/src/styles/_zoomproperty.scss b/src/styles/_zoomproperty.scss
index 1d59c9f1..38e26c55 100644
--- a/src/styles/_zoomproperty.scss
+++ b/src/styles/_zoomproperty.scss
@@ -96,10 +96,6 @@
.maputnik-data-spec-property-input {
width: 75%;
display: inline-block;
-
- .maputnik-string {
- margin-bottom: 3%;
- }
}
}
}