From 7d8564996fd3b47cb80faa59725de4c18ce1a01d Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 8 Oct 2025 16:49:16 -0500 Subject: [PATCH] Make the edit form the same dimensions as the add form --- app/assets/stylesheets/card-columns.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/card-columns.css b/app/assets/stylesheets/card-columns.css index 8513c57a9..20674f264 100644 --- a/app/assets/stylesheets/card-columns.css +++ b/app/assets/stylesheets/card-columns.css @@ -281,10 +281,6 @@ inline-size: var(--column-width-collapsed); } - .panel { - --panel-padding: 1ch; - } - .cards.is-collapsed & { display: none; }