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

Backport #31637 by @silverwind

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: silverwind <me@silverwind.io>
pull/31661/head
Giteabot 4 months ago committed by GitHub
parent c2445ae3d4
commit c2b1b94c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      web_src/css/org.css
  2. 2
      web_src/css/repo.css

@ -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 {

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

Loading…
Cancel
Save