Change specificity of date picker rules (#44174)
* Change specificity of date picker rules * changelog
This commit is contained in:
parent
20fe832f8b
commit
610022150e
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix alignment of date fields in the order panel
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue