From 0555345ade3db1115abe3276844bbd5d1aec5f5a Mon Sep 17 00:00:00 2001 From: Lee Mills Date: Thu, 23 Jan 2025 12:12:52 +0000 Subject: [PATCH] fix: css linting issues --- modules/localgov_forms_date/css/date.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/localgov_forms_date/css/date.css b/modules/localgov_forms_date/css/date.css index 8c17117..883ce9f 100644 --- a/modules/localgov_forms_date/css/date.css +++ b/modules/localgov_forms_date/css/date.css @@ -4,17 +4,17 @@ } .localgov-forms-date div[class*="-day"] { - margin-left: 0em; flex: 1; max-width: 100%; margin-top: 0.5em; margin-right: 0.5em; + margin-left: 0; } .localgov-forms-date div[class*="-month"] { flex: 2; - margin: 0.5em; max-width: 100%; + margin: 0.5em; } .localgov-forms-date div[class*="-year"] {