From 60d0579c7e8b8a7d1a3ce6c3e2bf77218d0ea8b7 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Tue, 22 Jul 2025 15:33:28 -0500 Subject: [PATCH] Use the right display prop when unhiding the delete button --- app/assets/stylesheets/reactions.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/reactions.css b/app/assets/stylesheets/reactions.css index f232c925f..6b49cf4c5 100644 --- a/app/assets/stylesheets/reactions.css +++ b/app/assets/stylesheets/reactions.css @@ -73,7 +73,7 @@ translate: 0.25em; .expanded & { - display: flex; + display: grid; } }