Fix DateTimePickerControl suffix style (#35256)

This commit is contained in:
Matt Sherman 2022-10-25 14:56:29 -04:00 committed by GitHub
parent 4cde06e151
commit 9ca5cbe3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
Significance: patch
Type: fix
Comment: Just a minor tweak to the CSS for the DateTimePickerControl suffix.

View File

@ -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 {