We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94663f7 commit 5fe3a3fCopy full SHA for 5fe3a3f
templates/repo/settings/branches.tmpl
@@ -18,7 +18,7 @@
18
<input type="hidden" name="branch" value="{{.Repository.DefaultBranch}}">
19
{{if not .Repository.IsEmpty}}
20
{{template "repo/branch_dropdown" dict "root" .
21
- "ContainerClasses" "gt-w-24rem gt-mr-4"
+ "ContainerClasses" "tw-w-96 gt-mr-4"
22
"branchForm" "js-default-branch"
23
"noTag" true
24
}}
web_src/css/helpers.css
@@ -78,7 +78,6 @@ Gitea's private styles use `g-` prefix.
78
.gt-w-auto { width: auto !important; }
79
.gt-w-screen { width: 100vw !important; }
80
.gt-w-full { width: 100% !important; }
81
-.gt-w-24rem { width: 24rem !important; }
82
83
.gt-float-left { float: left !important; }
84
.gt-float-right { float: right !important; }
0 commit comments