From a9187571054d1adcefea195e43893a92b984be79 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Fri, 7 Jun 2024 10:19:00 +0800 Subject: [PATCH] fixed the dropdown menu for the top New button to expand to the left (#31273) (#31275) Backport #31273 by @kerwin612 before: ![1717660314025](https://github.com/go-gitea/gitea/assets/3371163/17ae7a48-31c5-4c71-b285-f65d9106bf86) after: ![1717660674763](https://github.com/go-gitea/gitea/assets/3371163/85f847ac-a044-4695-9004-26e6485288c6) Co-authored-by: Kerwin Bryant --- templates/base/head_navbar.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base/head_navbar.tmpl b/templates/base/head_navbar.tmpl index 7a3e663c49..2b52247303 100644 --- a/templates/base/head_navbar.tmpl +++ b/templates/base/head_navbar.tmpl @@ -104,7 +104,7 @@ {{svg "octicon-triangle-down"}} {{ctx.Locale.Tr "create_new"}} -