From 6e3ba5d94a81d8d7daa9b1254f718fb3c507211b Mon Sep 17 00:00:00 2001 From: Abdelmajid Date: Sun, 22 Dec 2019 00:09:58 +0100 Subject: [PATCH] Fixed dates alignments in the picker By removing a negative margin, that probably was used to fix an issue but it's no longer needed after another recent change was made I also added a basic storybook for the component. --- packages/components/src/date-time/style.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/components/src/date-time/style.scss b/packages/components/src/date-time/style.scss index d797a695f28e2..4b05533067037 100644 --- a/packages/components/src/date-time/style.scss +++ b/packages/components/src/date-time/style.scss @@ -46,11 +46,6 @@ border-top: 1px solid $light-gray-500; // Override external DatePicker styles. - .CalendarMonthGrid { - // The included component contains an arbitrary 13px padding that misaligns things. - margin-left: -13px; - } - .DayPickerNavigation_leftButton__horizontalDefault { left: 0; }