Hide react-dates container 1px

This commit is contained in:
Paul Sealock 2018-08-31 09:53:25 +12:00
parent a44d94c7d5
commit 89f5057d58
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
.woocommerce-calendar__react-dates {
width: 100%;
overflow-x: hidden;
.DayPicker {
margin: 0 auto;

View File

@ -35,7 +35,7 @@
.woocommerce-filters-date__content,
.woocommerce-filters-filter__content {
.components-popover__content {
width: 322px;
width: 320px;
border: 1px solid $core-grey-light-700;
background-color: $white;
}