From ca2dfffbfbd5cf87ba8b999c92574b84493e3a4a Mon Sep 17 00:00:00 2001 From: Rich Lott / Artful Robot Date: Wed, 9 Oct 2019 18:05:33 +0200 Subject: [PATCH] Reuse larger size more typical for public facing forms --- css/civicrm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/civicrm.css b/css/civicrm.css index ab287d8f7a..43ce294d8a 100644 --- a/css/civicrm.css +++ b/css/civicrm.css @@ -3663,7 +3663,7 @@ span.crm-status-icon { box-sizing: content-box; } .crm-container.crm-public .select2-container .select2-choice { - padding: 0 5px 0 8px; + padding: 5px 5px 5px 8px; } .crm-container.crm-public .select2-container-multi .select2-choices { padding: 4px; -- 2.25.1