From 7ccd5fd42402102d38712c32707bf055be72ab54 Mon Sep 17 00:00:00 2001 From: Ngole Lawson <50064240+echelonnought@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:39:10 +0100 Subject: [PATCH] fix: fixed width form to not shrink after 'Send Request' button is clicked (#6644) Co-authored-by: Jay --- sandbox/client.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sandbox/client.html b/sandbox/client.html index 599e462..7b43ab2 100644 --- a/sandbox/client.html +++ b/sandbox/client.html @@ -17,6 +17,9 @@ grid-template-columns: 1fr 1fr; grid-gap: 25px; } + .well { + max-width: 400px; + } @media screen and (max-width: 1000px) { .box { grid-template-columns: 1fr;