Skip to content

Commit 06eaf74

Browse files
authored
Fix size and clickable area on file table back link (#13205)
Fixes: #13038 Should backport to 1.13.
1 parent 4077993 commit 06eaf74

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)