From 287af260b7db6ad360a2d99e65fc99cf7723b0f7 Mon Sep 17 00:00:00 2001 From: Kaan Kabalak Date: Thu, 5 Jan 2023 12:27:36 -0800 Subject: [PATCH] Fix Copy URL snackbar styling in Share File modal (#2549) --- .../Console/Common/FormComponents/common/styleLibrary.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",