provide hacky spacing
This commit is contained in:
parent
46a7ac6cf3
commit
57504f21c3
@ -144,6 +144,8 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
value={null}
|
value={null}
|
||||||
disabled={true}
|
disabled={true}
|
||||||
/>
|
/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={floodSwitchOnClick}>
|
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={floodSwitchOnClick}>
|
||||||
{(flood === 'enabled')? 'Click to hide overlay' : 'Click to see the data mapped'}
|
{(flood === 'enabled')? 'Click to hide overlay' : 'Click to see the data mapped'}
|
||||||
</button>
|
</button>
|
||||||
@ -153,6 +155,8 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
value={null}
|
value={null}
|
||||||
disabled={true}
|
disabled={true}
|
||||||
/>
|
/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={housingSwitchOnClick}>
|
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={housingSwitchOnClick}>
|
||||||
{(housing === 'enabled')? 'Click to hide overlay' : 'Click to see the data mapped'}
|
{(housing === 'enabled')? 'Click to hide overlay' : 'Click to see the data mapped'}
|
||||||
</button>
|
</button>
|
||||||
@ -162,6 +166,8 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
value={null}
|
value={null}
|
||||||
disabled={true}
|
disabled={true}
|
||||||
/>
|
/>
|
||||||
|
<br/>
|
||||||
|
<br/>
|
||||||
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={creativeSwitchOnClick}>
|
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={creativeSwitchOnClick}>
|
||||||
{(creative === 'enabled')? 'Click to hide overlay' : 'Click to see the data mapped'}
|
{(creative === 'enabled')? 'Click to hide overlay' : 'Click to see the data mapped'}
|
||||||
</button>
|
</button>
|
||||||
@ -172,6 +178,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
disabled={true}
|
disabled={true}
|
||||||
/>
|
/>
|
||||||
<br/>
|
<br/>
|
||||||
|
<br/>
|
||||||
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={vistaSwitchOnClick}>
|
<button className="map-switcher-inline btn btn-outline btn-outline-dark" onClick={vistaSwitchOnClick}>
|
||||||
{(vista === 'enabled')? 'Click to hide overlay' : 'Click to see the data mapped'}
|
{(vista === 'enabled')? 'Click to hide overlay' : 'Click to see the data mapped'}
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user