From c436c5b9084ea3978e6654f6618e5b1bf5403ce4 Mon Sep 17 00:00:00 2001 From: Eddie Date: Sat, 13 Jun 2020 13:31:17 +0100 Subject: [PATCH] border bottom right time section (#2179) Co-authored-by: Eddie Murphy --- src/stylesheets/datepicker.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stylesheets/datepicker.scss b/src/stylesheets/datepicker.scss index 7d2bf1d05..fb770a4e7 100644 --- a/src/stylesheets/datepicker.scss +++ b/src/stylesheets/datepicker.scss @@ -285,6 +285,7 @@ .react-datepicker__time { position: relative; background: white; + border-bottom-right-radius: 0.3rem; .react-datepicker__time-box { width: 85px;