Skip to content

Commit 42a6739

Browse files
committed
Margin Top
Signed-off-by: Daniel Valdivia <[email protected]>
1 parent 8f02a0e commit 42a6739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

portal-ui/src/screens/Console/Common/GenericWizard/GenericWizard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const styles = (theme: Theme) =>
6565
},
6666
},
6767
paddedContentGrid: {
68+
marginTop: 8,
6869
padding: "0 10px",
6970
},
7071
stepsLabel: {

portal-ui/src/screens/Console/Tenants/AddTenant/Steps/Images.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import React, { Fragment, useCallback, useEffect, useState } from "react";
1818
import { connect } from "react-redux";
1919
import { createStyles, Theme, withStyles } from "@material-ui/core/styles";
20-
import { Grid, Paper, Typography } from "@material-ui/core";
20+
import { Grid, Paper } from "@material-ui/core";
2121
import {
2222
modalBasic,
2323
wizardCommon,
@@ -31,7 +31,6 @@ import {
3131
} from "../../../../../utils/validationFunctions";
3232
import FormSwitchWrapper from "../../../Common/FormComponents/FormSwitchWrapper/FormSwitchWrapper";
3333
import InputBoxWrapper from "../../../Common/FormComponents/InputBoxWrapper/InputBoxWrapper";
34-
import SelectWrapper from "../../../Common/FormComponents/SelectWrapper/SelectWrapper";
3534

3635
interface IImagesProps {
3736
updateAddField: typeof updateAddField;

0 commit comments

Comments
 (0)