fix preview modal title (#2406)
Issue: Long title is causing preview modal to scroll horizontally and the close button is hidden. post fix: 
This commit is contained in:
committed by
GitHub
parent
483d25c3f3
commit
134700b432
@@ -1257,7 +1257,7 @@ export const fileInputStyles = {
|
||||
},
|
||||
};
|
||||
|
||||
export const deleteDialogStyles = {
|
||||
export const deleteDialogStyles: any = {
|
||||
root: {
|
||||
"& .MuiPaper-root": {
|
||||
padding: "1rem 2rem 2rem 1rem",
|
||||
@@ -1276,6 +1276,8 @@ export const deleteDialogStyles = {
|
||||
"& svg": {
|
||||
marginRight: 10,
|
||||
},
|
||||
wordBreak: "break-all",
|
||||
whiteSpace: "normal",
|
||||
},
|
||||
closeContainer: {
|
||||
"& .MuiIconButton-root": {
|
||||
|
||||
Reference in New Issue
Block a user