From 04e2e1510d748cddd3d5ff4374134212da9b5f31 Mon Sep 17 00:00:00 2001 From: Otto Richter Date: Mon, 21 Oct 2024 15:21:44 +0200 Subject: [PATCH] Revert "add gap between branch dropdown and PR button" This change does not bring the desired benefit, because the button is reinitialized from a Vue component once loaded, overriding this change and causing a visual glitch upon page load (the button is moving its position). See the comment: > this code must match the code in BranchTagSelector.vue This button is also used in other places such as the release list where the additional margin does not fit well. As such, this needs a new solution. This reverts commit 18cad9d342e6a43748117f028ce66520cfd34377. --- templates/repo/branch_dropdown.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/branch_dropdown.tmpl b/templates/repo/branch_dropdown.tmpl index f2bda8e627..dcb1792485 100644 --- a/templates/repo/branch_dropdown.tmpl +++ b/templates/repo/branch_dropdown.tmpl @@ -70,7 +70,7 @@
{{/* show dummy elements before Vue componment is mounted, this code must match the code in BranchTagSelector.vue */}}