fabrica

hanna/fabrica

style(web): drop trailing gap under the reset-password row

edd09db · hanna committed on 2026-07-26

The lone control row is the last thing in its card, so mark it
admin-form-row-last to remove the extra bottom margin.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed by hannaSSH key fingerprint: SHA256:4g9cWhkAAw8gwqhJUcVbSnGEvdGwklW+1Aa/fMUu59k
1 files changed · +1 −1UnifiedSplit
crates/web/src/admin.rs +1 −1
@@ -225,7 +225,7 @@ pub async fn users(
225225 div class="card" {
226226 form method="post" action="/admin/users/password" {
227227 input type="hidden" name="_csrf" value=(csrf);
228- div class="admin-form-row" {
228+ div class="admin-form-row admin-form-row-last" {
229229 select name="user_id" aria-label="User" {
230230 @for u in &everyone { option value=(u.id) { (u.username) } }
231231 }