From 4d1e17e2b544f5e29f4535577ef5c3326f18be5b Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Wed, 17 Jan 2024 18:54:29 -0500 Subject: [PATCH] select option improvements --- src/stylelite.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stylelite.css b/src/stylelite.css index 7076521..9185389 100644 --- a/src/stylelite.css +++ b/src/stylelite.css @@ -277,6 +277,8 @@ select:focus,textarea:focus,input:focus { border: 2px solid var(--theme); } +option { line-height: 1rem; vertical-align: center;} + input[type="checkbox"],input[type="radio"] { display: inline-block; padding: 0;