diff --git a/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts b/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts index 34ae47f3c..8432b4893 100644 --- a/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts +++ b/portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts @@ -750,7 +750,6 @@ export const snackBarCommon = { fontWeight: 400, fontFamily: "Lato, sans-serif", fontSize: 14, - padding: "0px 20px 0px 20px;", boxShadow: "none" as const, "&.MuiPaper-root.MuiSnackbarContent-root": { borderRadius: "0px 0px 5px 5px", @@ -762,6 +761,9 @@ export const snackBarCommon = { overflowX: "hidden", textOverflow: "ellipsis", }, + "&.MuiPaper-root": { + padding: "0px 20px 0px 20px", + }, }, errorSnackBar: { backgroundColor: "#C72C48",