From 5b4b208afd5b7550cdae71335527e8f485e27518 Mon Sep 17 00:00:00 2001 From: Jenil G Date: Tue, 21 Mar 2023 00:17:50 -0400 Subject: [PATCH] tune the radio width for due to #99 --- dist/chota.css | 2 +- src/_form.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/chota.css b/dist/chota.css index e4cabf0..31931c9 100644 --- a/dist/chota.css +++ b/dist/chota.css @@ -572,7 +572,7 @@ textarea.success { } [type="checkbox"], [type="radio"] { - width: 1.6rem; + width: 2rem; height: 1.6rem; } /* BUTTONS */ diff --git a/src/_form.css b/src/_form.css index b75770b..03b0f1d 100644 --- a/src/_form.css +++ b/src/_form.css @@ -128,7 +128,7 @@ textarea.success { [type="checkbox"], [type="radio"] { - width: 1.6rem; + width: 2rem; height: 1.6rem; }