]> source.dussan.org Git - gitea.git/commitdiff
Remove unneccessary uses of `word-break: break-all` (#31637)
authorsilverwind <me@silverwind.io>
Wed, 17 Jul 2024 10:04:28 +0000 (12:04 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jul 2024 10:04:28 +0000 (12:04 +0200)
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>
web_src/css/org.css
web_src/css/repo.css

index 148cb975e42a7206130af8797e2903eade248b0b..90e5d7ad0e8c6703b6901a09690127d5a7cc0ba8 100644 (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 {
index f34b1e7ea5443ade607cf340e56d84720e20069b..85f33f858e2ecedc462f70959ec5fcc47b4e2a0f 100644 (file)
@@ -2466,7 +2466,7 @@ tbody.commit-list {
 .sidebar-item-link {
   display: inline-flex;
   align-items: center;
-  word-break: break-all;
+  overflow-wrap: anywhere;
 }
 
 .diff-file-header {