Add word-break to sidebar-item-link (#23146) (#23179)

Backport #23146

Fixes https://github.com/go-gitea/gitea/issues/22953

![image](https://user-images.githubusercontent.com/18380374/221351117-1e4b8922-04ca-4717-8e3b-c338a61bc062.png)

Co-authored-by: yp05327 <[email protected]>
Co-authored-by: delvh <[email protected]>
This commit is contained in:
Yarden Shoham
2023-02-27 21:30:06 +00:00
committed by GitHub
co-authored by GitHub yp05327 delvh
parent 5a60e023af
commit 35a3b452d9
+1 -1
View File
@@ -3210,8 +3210,8 @@ td.blob-excerpt {
}
.sidebar-item-link {
display: inline-flex;
align-items: center;
word-break: break-all;
}
.diff-file-box[data-folded="true"] .diff-file-body {