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 483d25c commit 134700bCopy full SHA for 134700b
portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts
@@ -1257,7 +1257,7 @@ export const fileInputStyles = {
1257
},
1258
};
1259
1260
-export const deleteDialogStyles = {
+export const deleteDialogStyles: any = {
1261
root: {
1262
"& .MuiPaper-root": {
1263
padding: "1rem 2rem 2rem 1rem",
@@ -1276,6 +1276,8 @@ export const deleteDialogStyles = {
1276
"& svg": {
1277
marginRight: 10,
1278
1279
+ wordBreak: "break-all",
1280
+ whiteSpace: "normal",
1281
1282
closeContainer: {
1283
"& .MuiIconButton-root": {
0 commit comments