From ab1948d4a30aee919ba1ffc2402a2a9a7222e68c Mon Sep 17 00:00:00 2001 From: Kerwin Bryant Date: Fri, 7 Jun 2024 07:49:53 +0800 Subject: [PATCH] fixed the dropdown menu for the top New button to expand to the left (#31273) 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) --- 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"}} -