Skip to content

Commit

Permalink
Fixed dates alignments in the picker (#19294)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
abdel-h authored and jorgefilipecosta committed Dec 23, 2019
1 parent 32056df commit fb836a4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/components/src/date-time/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fb836a4

Please sign in to comment.