Fix size and clickable area on file table back link (#13205) (#13207)

Fixes: https://github.com/go-gitea/gitea/issues/13038

Should backport to 1.13.

Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
techknowlogick
2020-10-19 02:56:17 -04:00
committed by GitHub
parent 35d0045ce2
commit e97466b840

View File

@ -400,6 +400,13 @@
background-color: #ffffee; background-color: #ffffee;
} }
tr.has-parent a {
display: inline-block;
padding-top: 8px;
padding-bottom: 8px;
width: calc(100% - 1.25rem);
}
.jumpable-path { .jumpable-path {
color: #888888; color: #888888;
} }