Skip to content

Commit 0c1127a

Browse files
silverwindGiteaBot
andauthored
Remove unneccessary uses of word-break: break-all (#31637)
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: Giteabot <teabot@gitea.io>
1 parent de1a550 commit 0c1127a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

web_src/css/org.css

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2466,7 +2466,7 @@ tbody.commit-list {
24662466
.sidebar-item-link {
24672467
display: inline-flex;
24682468
align-items: center;
2469-
word-break: break-all;
2469+
overflow-wrap: anywhere;
24702470
}
24712471

24722472
.diff-file-header {

0 commit comments

Comments
 (0)