Skip to content

Commit 6e90a14

Browse files
yp05327delvh
andauthoredFeb 27, 2023
Add word-break to sidebar-item-link (#23146)
Fixes #22953 ![image](https://user-images.githubusercontent.com/18380374/221351117-1e4b8922-04ca-4717-8e3b-c338a61bc062.png) Co-authored-by: delvh <leon@kske.dev>
1 parent ef4fc30 commit 6e90a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎web_src/less/_repository.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -3250,8 +3250,8 @@ td.blob-excerpt {
32503250
}
32513251

32523252
.sidebar-item-link {
3253-
display: inline-flex;
32543253
align-items: center;
3254+
word-break: break-all;
32553255
}
32563256

32573257
.diff-file-box[data-folded="true"] .diff-file-body {

0 commit comments

Comments
 (0)
Please sign in to comment.