diff --git a/src/main/frontend/components/theme.css b/src/main/frontend/components/theme.css index b342b0cd3..de31a880a 100644 --- a/src/main/frontend/components/theme.css +++ b/src/main/frontend/components/theme.css @@ -83,6 +83,10 @@ html[data-theme=light] { } } +* { + word-break: break-word; +} + .hide-scrollbar { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none !important; /* Firefox */