From d7efa2c4def91649c010cf341f3a3b41fa4f55ef Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 25 Jul 2025 22:21:56 -0600 Subject: [PATCH] Make sure the details block types span the full width of the ask modal --- styles/Apps/Ask.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/Apps/Ask.css b/styles/Apps/Ask.css index e58bcaa..74ddc20 100644 --- a/styles/Apps/Ask.css +++ b/styles/Apps/Ask.css @@ -36,5 +36,7 @@ p { margin: 0; + grid-column: 1 / -1; + text-indent: 1em; } }