Skip to content

Commit c2b1b94

Browse files
GiteaBotsilverwind
andauthored
Remove unneccessary uses of word-break: break-all (#31637) (#31652)
Backport #31637 by @silverwind Fixes: #31636 1. Issue sidebar topic is disussed in #31636 2. Org description already has `overflow-wrap: anywhere` to ensure no overflow. Co-authored-by: silverwind <me@silverwind.io>
1 parent c2445ae commit c2b1b94

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

web_src/css/org.css

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
.page-content.organization #org-info {
9797
overflow-wrap: anywhere;
9898
flex: 1;
99-
word-break: break-all;
10099
}
101100

102101
.page-content.organization #org-info .ui.header {

web_src/css/repo.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2479,7 +2479,7 @@ tbody.commit-list {
24792479
.sidebar-item-link {
24802480
display: inline-flex;
24812481
align-items: center;
2482-
word-break: break-all;
2482+
overflow-wrap: anywhere;
24832483
}
24842484

24852485
.diff-file-header {

0 commit comments

Comments
 (0)