From c046be4e330ec7d7f0338f81b39cb1adb730b146 Mon Sep 17 00:00:00 2001 From: Jon Seager Date: Wed, 4 Feb 2026 12:15:25 +0000 Subject: [PATCH] fix(templates): right-align Actions column header in brew list partial --- templates/partials/brew_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/brew_list.html b/templates/partials/brew_list.html index 30042bb..a73de9f 100644 --- a/templates/partials/brew_list.html +++ b/templates/partials/brew_list.html @@ -25,7 +25,7 @@ Recipe Brewer {% if is_authenticated %} - Actions + Actions {% endif %}