Selaa lähdekoodia

improve spacing

Justin Rhee 3 vuotta sitten
vanhempi
sitoutus
12b0470d70
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      dashboard/src/main/home/dashboard/Dashboard.tsx

+ 1 - 0
dashboard/src/main/home/dashboard/Dashboard.tsx

@@ -129,6 +129,7 @@ class Dashboard extends Component<PropsType, StateType> {
           <Banner type={helperType} noMargin>
             {helperText}
           </Banner>
+          <Br />
           <ProvisionerSettings infras={this.state.infras} provisioner={true} />
         </>
       );