From 175c4051a0a30ba3887d3aa1f987fa4eb49026dc Mon Sep 17 00:00:00 2001 From: Herb Miller Date: Fri, 26 Feb 2021 17:05:54 +0000 Subject: [PATCH] Adjust the width of submit buttons from 100% to auto --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 92c30ee..a5be7d8 100644 --- a/style.css +++ b/style.css @@ -625,6 +625,10 @@ input[type="radio"] { width:auto; } +input[type="submit"] { + width: auto; +} + div.recursion-error { display: block; margin: 0 auto;