aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css/helpers.css
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/css/helpers.css')
-rw-r--r--web_src/css/helpers.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/web_src/css/helpers.css b/web_src/css/helpers.css
index 15df9f3a45..42d06e2e66 100644
--- a/web_src/css/helpers.css
+++ b/web_src/css/helpers.css
@@ -3,11 +3,6 @@ Gitea's tailwind-style CSS helper classes have `gt-` prefix.
Gitea's private styles use `g-` prefix.
*/
-.gt-word-break {
- word-wrap: break-word !important;
- overflow-wrap: anywhere;
-}
-
.gt-ellipsis {
overflow: hidden !important;
white-space: nowrap !important;