Skip to content

Commit 5fe3a3f

Browse files
committed
use tailwind
1 parent 94663f7 commit 5fe3a3f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

templates/repo/settings/branches.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<input type="hidden" name="branch" value="{{.Repository.DefaultBranch}}">
1919
{{if not .Repository.IsEmpty}}
2020
{{template "repo/branch_dropdown" dict "root" .
21-
"ContainerClasses" "gt-w-24rem gt-mr-4"
21+
"ContainerClasses" "tw-w-96 gt-mr-4"
2222
"branchForm" "js-default-branch"
2323
"noTag" true
2424
}}

web_src/css/helpers.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ Gitea's private styles use `g-` prefix.
7878
.gt-w-auto { width: auto !important; }
7979
.gt-w-screen { width: 100vw !important; }
8080
.gt-w-full { width: 100% !important; }
81-
.gt-w-24rem { width: 24rem !important; }
8281

8382
.gt-float-left { float: left !important; }
8483
.gt-float-right { float: right !important; }

0 commit comments

Comments
 (0)