1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-05 02:45:48 +00:00

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

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

Should backport to 1.13.
This commit is contained in:
silverwind 2020-10-18 23:59:18 +02:00 committed by GitHub
parent 40779938a9
commit 06eaf74e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}