From 3ef77b6414eab32435ad26ce8873f968697901b5 Mon Sep 17 00:00:00 2001 From: melloware Date: Sat, 1 Jul 2023 07:59:58 -0400 Subject: [PATCH 1/2] Fix #23: Calendar with multiple months --- theme-base/components/input/_calendar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme-base/components/input/_calendar.scss b/theme-base/components/input/_calendar.scss index e3e1da9..844bb02 100644 --- a/theme-base/components/input/_calendar.scss +++ b/theme-base/components/input/_calendar.scss @@ -181,11 +181,12 @@ &:first-child { padding-left: 0; + border-left: 0 none; } &:last-child { padding-right: 0; - border-left: 0 none; } + } } } From 900b18794517569991fbd4c2ba75d17c15767349 Mon Sep 17 00:00:00 2001 From: Melloware Date: Wed, 3 Apr 2024 07:54:07 -0400 Subject: [PATCH 2/2] Update _calendar.scss --- theme-base/components/input/_calendar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme-base/components/input/_calendar.scss b/theme-base/components/input/_calendar.scss index 92181a1..543f91e 100644 --- a/theme-base/components/input/_calendar.scss +++ b/theme-base/components/input/_calendar.scss @@ -185,7 +185,7 @@ &:first-child { padding-left: 0; - border-left: 0 none; + border-left: 0 none; } &:last-child { @@ -248,4 +248,4 @@ } } } -} \ No newline at end of file +}