mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-06 10:19:11 +01: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:
parent
40779938a9
commit
06eaf74e8a
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue