Skip to content

Commit

Permalink
Adjust margins on datepicker to balance (#16097)
Browse files Browse the repository at this point in the history
Fixes #15653
  • Loading branch information
Tammie Lister authored Jun 11, 2019
1 parent 164bc75 commit 79b94d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/date-time/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
// Hack to center the datepicker component within the popover.
// It sets its own styles so centering is tricky.
.components-popover .components-datetime__date {
padding-left: 6px;
padding-left: 4px;
}

// Used to prevent z-index issues on mobile.
Expand Down

0 comments on commit 79b94d0

Please sign in to comment.