From 4efd232d3602068c5f2db4e6defaaa9777df9eed Mon Sep 17 00:00:00 2001 From: Mansour Behabadi Date: Mon, 3 Aug 2020 22:54:48 +1000 Subject: [PATCH] Apply the same margin optimization for html select the same way it's done for input elements. --- css/pico.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/pico.css b/css/pico.css index 872a621d..3a85920a 100644 --- a/css/pico.css +++ b/css/pico.css @@ -779,7 +779,7 @@ form small { color: var(--muted-text); } -input + small { +input + small, select + small { margin-top: -1rem; margin-bottom: 1.5rem; }