We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd7636 commit 287af26Copy full SHA for 287af26
portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts
@@ -750,7 +750,6 @@ export const snackBarCommon = {
750
fontWeight: 400,
751
fontFamily: "Lato, sans-serif",
752
fontSize: 14,
753
- padding: "0px 20px 0px 20px;",
754
boxShadow: "none" as const,
755
"&.MuiPaper-root.MuiSnackbarContent-root": {
756
borderRadius: "0px 0px 5px 5px",
@@ -762,6 +761,9 @@ export const snackBarCommon = {
762
761
overflowX: "hidden",
763
textOverflow: "ellipsis",
764
},
+ "&.MuiPaper-root": {
765
+ padding: "0px 20px 0px 20px",
766
+ },
767
768
errorSnackBar: {
769
backgroundColor: "#C72C48",
0 commit comments