Hide react-dates container 1px
This commit is contained in:
parent
a44d94c7d5
commit
89f5057d58
|
@ -14,6 +14,7 @@
|
|||
|
||||
.woocommerce-calendar__react-dates {
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
|
||||
.DayPicker {
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue