Fix DateTimePickerControl suffix style (#35256)
This commit is contained in:
parent
4cde06e151
commit
9ca5cbe3a5
|
@ -0,0 +1,5 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
Comment: Just a minor tweak to the CSS for the DateTimePickerControl suffix.
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
.woocommerce-date-time-picker-control {
|
.woocommerce-date-time-picker-control {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
||||||
.woocommerce-date-time-picker-control__input-control__suffix {
|
.components-input-control__suffix {
|
||||||
padding-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.components-datetime__date {
|
.components-datetime__date {
|
||||||
|
|
Loading…
Reference in New Issue