fix preview modal title (#2406)

Issue: Long title is causing preview modal to scroll horizontally and
the close button is hidden.

post fix:


![image](https://user-images.githubusercontent.com/23444145/197127950-d6358a43-d795-461b-94da-0d698e987d98.png)
This commit is contained in:
Prakash Senthil Vel
2022-10-21 23:07:38 +05:30
committed by GitHub
parent 483d25c3f3
commit 134700b432

View File

@@ -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": {