Skip to content

Commit c6e565f

Browse files
author
0ko
committed
fix(ui): remove extra attached segment wrap in lfs settings (#13982)
A followup to forgejo/forgejo!12960, forgejo/forgejo!13853, forgejo/forgejo!13854. The extra div wrapping of attached header only causes breakage of corner rounding. ## Preview https://codeberg.org/attachments/478706ce-6de4-4724-86bd-99241dd3adfb https://codeberg.org/attachments/4cb35daf-d242-4de7-beaf-aed2fd40db69 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13982 Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net>
1 parent 626b5cf commit c6e565f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

templates/repo/settings/lfs.tmpl

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{{template "repo/settings/layout_head" (dict "ctxData" . "pageClass" "repository settings lfs")}}
22
<div class="repo-setting-content">
3-
<div class="ui attached table segment">
4-
<h4 class="ui top attached header">
5-
{{ctx.Locale.Tr "repo.settings.lfs_filelist"}} ({{ctx.Locale.Tr "admin.total" .Total}})
6-
</h4>
7-
</div>
3+
<h4 class="ui top attached header">
4+
{{ctx.Locale.Tr "repo.settings.lfs_filelist"}} ({{ctx.Locale.Tr "admin.total" .Total}})
5+
</h4>
86
<div class="ui attached segment">
97
<table id="lfs-files-table" class="ui very basic table unstackable">
108
<thead>

0 commit comments

Comments
 (0)