Skip to content

Commit e97466b

Browse files
Fix size and clickable area on file table back link (go-gitea#13205) (go-gitea#13207)
Fixes: go-gitea#13038 Should backport to 1.13. Co-authored-by: silverwind <[email protected]>
1 parent 35d0045 commit e97466b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web_src/less/_repository.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,13 @@
400400
background-color: #ffffee;
401401
}
402402

403+
tr.has-parent a {
404+
display: inline-block;
405+
padding-top: 8px;
406+
padding-bottom: 8px;
407+
width: calc(100% - 1.25rem);
408+
}
409+
403410
.jumpable-path {
404411
color: #888888;
405412
}

0 commit comments

Comments
 (0)