Skip to content

Commit d09fd4e

Browse files
committed
fix ui
1 parent b9484cf commit d09fd4e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

templates/repo/settings/webhook/settings.tmpl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
{{ctx.Locale.Tr "repo.settings.branch_filter_desc_1"}}
4949
{{ctx.Locale.Tr "repo.settings.branch_filter_desc_2"}}
5050
{{ctx.Locale.Tr "repo.settings.branch_filter_desc_doc" "https://pkg.go.dev/github.com/gobwas/glob#Compile" "github.com/gobwas/glob"}}
51-
<ul class="tw-m-0">
52-
<li><code>main</code></li>
53-
<li><code>{main,feature/*}</code></li>
54-
<li><code>{refs/heads/feature/*,refs/tags/release/*}</code></li>
55-
</ul>
51+
<ul>
52+
<li><code>main</code></li>
53+
<li><code>{main,feature/*}</code></li>
54+
<li><code>{refs/heads/feature/*,refs/tags/release/*}</code></li>
55+
</ul>
5656
</span>
5757
</div>
5858

web_src/css/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ samp,
102102
}
103103

104104
code {
105-
padding: 2px 4px;
105+
padding: 1px 4px;
106106
border-radius: .24em;
107107
background-color: var(--color-label-bg);
108108
}

0 commit comments

Comments
 (0)