Skip to content
Snippets Groups Projects
Commit f9c25335 authored by Tom Robinson's avatar Tom Robinson
Browse files

Tweak GeoJSON property selector CSS. Move Updates tab up.

parent 9acaf9e4
Branches
Tags
No related merge requests found
......@@ -202,7 +202,7 @@ const GeoJsonPropertySelect = ({ value, onChange, geoJson }) => {
<Option key={name} value={name}>
<div>
<div>{name}</div>
<div className="" style={{ maxWidth: 250, whiteSpace: "nowrap", overflow: "hidden", textOverflow: "ellipsis" }}>
<div className="mt1 h6" style={{ maxWidth: 250, whiteSpace: "nowrap", overflow: "hidden", textOverflow: "ellipsis" }}>
{values.join(", ")}
</div>
</div>
......
......@@ -55,6 +55,16 @@ const SECTIONS = [
}
]
},
{
name: "Updates",
settings: [
{
key: "check-for-updates",
display_name: "Check for updates",
type: "boolean"
}
]
},
{
name: "Email",
settings: [
......@@ -128,16 +138,6 @@ const SECTIONS = [
},
]
},
{
name: "Updates",
settings: [
{
key: "check-for-updates",
display_name: "Check for updates",
type: "boolean"
}
]
},
{
name: "Single Sign-On",
settings: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment