diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-10 23:53:43 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-10 23:53:43 +0800 |
commit | db1d2d75d67b4fc62148c6b0ab95ae33fe2ffd59 (patch) | |
tree | c3423741870a0a2cba13c8246c8fe5d5db7eb444 /templates/group.tmpl | |
parent | css, html: Rounded corners (diff) | |
download | forge-db1d2d75d67b4fc62148c6b0ab95ae33fe2ffd59.tar.gz forge-db1d2d75d67b4fc62148c6b0ab95ae33fe2ffd59.tar.zst forge-db1d2d75d67b4fc62148c6b0ab95ae33fe2ffd59.zip |
css, html: Fix for multi-row headers and footers
Diffstat (limited to '')
-rw-r--r-- | templates/group.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/group.tmpl b/templates/group.tmpl index 9c8c9eb..98d4c76 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -22,7 +22,7 @@ {{- if .direct_access -}} <div class="padding-wrapper"> <form method="POST" enctype="application/x-www-form-urlencoded"> - <table class="rounded"> + <table class="rounded-footed"> <thead> <tr> <th class="title-row" colspan="2"> |