provide hacky spacing
This commit is contained in:
parent
46a7ac6cf3
commit
57504f21c3
@ -144,6 +144,8 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
value={null}
|
||||
disabled={true}
|
||||
/>
|
||||
<br/>
|
||||
<br/>
|
||||
<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'}
|
||||
</button>
|
||||
@ -153,6 +155,8 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
value={null}
|
||||
disabled={true}
|
||||
/>
|
||||
<br/>
|
||||
<br/>
|
||||
<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'}
|
||||
</button>
|
||||
@ -162,6 +166,8 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
value={null}
|
||||
disabled={true}
|
||||
/>
|
||||
<br/>
|
||||
<br/>
|
||||
<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'}
|
||||
</button>
|
||||
@ -172,6 +178,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
||||
disabled={true}
|
||||
/>
|
||||
<br/>
|
||||
<br/>
|
||||
<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'}
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user