Skip to content

Commit

Permalink
Fix alignment of date picker days when used in block (#18856)
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz authored and youknowriad committed Dec 2, 2019
1 parent 24c207a commit 0671aa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/components/src/date-time/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@

.DayPicker_weekHeader {
top: 50px;
.DayPicker_weekHeader_ul {
margin: 1px 0;
padding-left: 0;
padding-right: 0;
}
}

&.is-description-visible .DayPicker,
Expand Down

0 comments on commit 0671aa6

Please sign in to comment.