mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 20:24:24 +00:00
Remove unneccessary uses of word-break: break-all
(#31637)
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>
This commit is contained in:
parent
de1a5506d1
commit
0c1127a2fb
@ -96,7 +96,6 @@
|
|||||||
.page-content.organization #org-info {
|
.page-content.organization #org-info {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
word-break: break-all;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-content.organization #org-info .ui.header {
|
.page-content.organization #org-info .ui.header {
|
||||||
|
@ -2466,7 +2466,7 @@ tbody.commit-list {
|
|||||||
.sidebar-item-link {
|
.sidebar-item-link {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
word-break: break-all;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
|
|
||||||
.diff-file-header {
|
.diff-file-header {
|
||||||
|
Loading…
Reference in New Issue
Block a user