]> source.dussan.org Git - gitea.git/commitdiff
Fix size and clickable area on file table back link (#13205)
authorsilverwind <me@silverwind.io>
Sun, 18 Oct 2020 21:59:18 +0000 (23:59 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 21:59:18 +0000 (00:59 +0300)
Fixes: https://github.com/go-gitea/gitea/issues/13038
Should backport to 1.13.

web_src/less/_repository.less

index 619bc749ef61833e772578a78d7a4461a9ebdf09..fee85a700fe2f72804584d69e66afb73b5e44892 100644 (file)
         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;
       }