loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unneccessary uses of `word-break: break-all` (#31637)

Fixes: https://github.com/go-gitea/gitea/issues/31636

1. Issue sidebar topic is disussed in
https://github.com/go-gitea/gitea/issues/31636
2. Org description already has `overflow-wrap: anywhere` to ensure no
overflow.

Co-authored-by: Giteabot <teabot@gitea.io>
(cherry picked from commit 0c1127a2fb4c07576b4a2e4cffbcd2b0c8670a27)

authored by

silverwind
Giteabot
and committed by
Gergely Nagy
f37d8fc0 0792f81e

+1 -2
-1
web_src/css/org.css
··· 96 96 .page-content.organization #org-info { 97 97 overflow-wrap: anywhere; 98 98 flex: 1; 99 - word-break: break-all; 100 99 } 101 100 102 101 .page-content.organization #org-info .ui.header {
+1 -1
web_src/css/repo.css
··· 2635 2635 .sidebar-item-link { 2636 2636 display: inline-flex; 2637 2637 align-items: center; 2638 - word-break: break-all; 2638 + overflow-wrap: anywhere; 2639 2639 } 2640 2640 2641 2641 .diff-file-header {