Remove word break for dialog labels.

This commit is contained in:
Akshay Joshi 2021-09-21 17:15:53 +05:30
parent 08009f8edc
commit 6b100b60f8

View File

@ -242,7 +242,6 @@ function getFinalTheme(baseTheme) {
root: {
color: baseTheme.palette.text.primary,
fontSize: baseTheme.typography.fontSize,
wordBreak: 'break-word',
},
asterisk: {
color: baseTheme.palette.error.main,