provide hacky spacing

This commit is contained in:
Mateusz Konieczny 2022-12-06 10:00:24 +01:00
parent 46a7ac6cf3
commit 57504f21c3

View File

@ -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>