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 {
|
||||
display: block;
|
||||
|
||||
.woocommerce-date-time-picker-control__input-control__suffix {
|
||||
padding-right: 8px;
|
||||
.components-input-control__suffix {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.components-datetime__date {
|
||||
|
|
Loading…
Reference in New Issue