Skip to content

Commit 287af26

Browse files
authored
Fix Copy URL snackbar styling in Share File modal (#2549)
1 parent 9fd7636 commit 287af26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,6 @@ export const snackBarCommon = {
750750
fontWeight: 400,
751751
fontFamily: "Lato, sans-serif",
752752
fontSize: 14,
753-
padding: "0px 20px 0px 20px;",
754753
boxShadow: "none" as const,
755754
"&.MuiPaper-root.MuiSnackbarContent-root": {
756755
borderRadius: "0px 0px 5px 5px",
@@ -762,6 +761,9 @@ export const snackBarCommon = {
762761
overflowX: "hidden",
763762
textOverflow: "ellipsis",
764763
},
764+
"&.MuiPaper-root": {
765+
padding: "0px 20px 0px 20px",
766+
},
765767
},
766768
errorSnackBar: {
767769
backgroundColor: "#C72C48",

0 commit comments

Comments
 (0)