Change specificity of date picker rules (#44174)

* Change specificity of date picker rules

* changelog
This commit is contained in:
Mike Jolley 2024-01-30 17:06:05 +00:00 committed by GitHub
parent 20fe832f8b
commit 610022150e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 9 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix alignment of date fields in the order panel

View File

@ -1935,15 +1935,6 @@ ul.wc_coupon_list_block {
width: 100% !important;
}
.date-picker {
width: 50%;
}
.hour,
.minute {
width: 3.5em;
}
small {
display: block;
margin: 5px 0 0;
@ -1980,6 +1971,13 @@ ul.wc_coupon_list_block {
.wc-customer-search {
width: 100%;
}
input.date-picker {
width: 50%;
}
input.hour,
input.minute {
width: 3.5em;
}
}
p.none_set {