Skip to content

Commit

Permalink
Fix size and clickable area on file table back link (#13205) (#13207)
Browse files Browse the repository at this point in the history
Fixes: #13038

Should backport to 1.13.

Co-authored-by: silverwind <me@silverwind.io>
  • Loading branch information
techknowlogick and silverwind committed Oct 19, 2020
1 parent 35d0045 commit e97466b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,13 @@
background-color: #ffffee;
}

tr.has-parent a {
display: inline-block;
padding-top: 8px;
padding-bottom: 8px;
width: calc(100% - 1.25rem);
}

.jumpable-path {
color: #888888;
}
Expand Down

0 comments on commit e97466b

Please sign in to comment.