Skip to content

Commit

Permalink
Remove unneccessary uses of word-break: break-all (#31637)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
silverwind and GiteaBot authored Jul 17, 2024
1 parent de1a550 commit 0c1127a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion web_src/css/org.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0c1127a

Please sign in to comment.