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)
This commit is contained in:
silverwind 2024-07-17 12:04:28 +02:00 committed by Gergely Nagy
parent 0792f81e04
commit f37d8fc0ed
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -96,7 +96,6 @@
.page-content.organization #org-info {
overflow-wrap: anywhere;
flex: 1;
word-break: break-all;
}
.page-content.organization #org-info .ui.header {

View file

@ -2635,7 +2635,7 @@ tbody.commit-list {
.sidebar-item-link {
display: inline-flex;
align-items: center;
word-break: break-all;
overflow-wrap: anywhere;
}
.diff-file-header {