diff --git a/web/pgadmin/static/js/Theme/index.jsx b/web/pgadmin/static/js/Theme/index.jsx index 87aede6d1..f8adb52f4 100644 --- a/web/pgadmin/static/js/Theme/index.jsx +++ b/web/pgadmin/static/js/Theme/index.jsx @@ -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,