Skip to content

Commit 35a3b45

Browse files
yardenshohamyp05327delvh
authored
Add word-break to sidebar-item-link (#23146) (#23179)
Backport #23146 Fixes #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]>
1 parent 5a60e02 commit 35a3b45

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
@@ -3210,8 +3210,8 @@ td.blob-excerpt {
32103210
}
32113211

32123212
.sidebar-item-link {
3213-
display: inline-flex;
32143213
align-items: center;
3214+
word-break: break-all;
32153215
}
32163216

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

0 commit comments

Comments
 (0)