File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
templates/repo/settings/webhook Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ samp,
102102}
103103
104104code {
105- padding : 2 px 4px ;
105+ padding : 1 px 4px ;
106106 border-radius : .24em ;
107107 background-color : var (--color-label-bg );
108108}
You can’t perform that action at this time.
0 commit comments