diff options
author | HesterG | 2023-02-21 13:03:44 +0800 |
---|---|---|
committer | GitHub | 2023-02-21 13:03:44 +0800 |
commit | e3cffa70f9f731436ab005e4bb10f57166ffc6d5 (patch) | |
tree | 1bd452cd8d4bc17e50f8bfedb7719f657dd2c683 /templates | |
parent | 4fcf3a3f90ddced158cb31fbb5c1b534c824fc8c (diff) |
add margin top to the top of branches (#23002)
add margin top as mentioned in #22973
---------
Co-authored-by: jidi <jidi@jidideMacBook-Pro.local>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/branch/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/branch/list.tmpl b/templates/repo/branch/list.tmpl index cfa81a0f5..a093c19de 100644 --- a/templates/repo/branch/list.tmpl +++ b/templates/repo/branch/list.tmpl @@ -5,7 +5,7 @@ {{template "base/alert" .}} {{template "repo/sub_menu" .}} {{if .DefaultBranchBranch}} - <h4 class="ui top attached header"> + <h4 class="ui top attached header gt-mt-4"> {{.locale.Tr "repo.default_branch"}} </h4> |