Fix woocommerce/woocommerce-admin#4086 misaligned 'required' text on selects (https://github.com/woocommerce/woocommerce-admin/pull/4307)
* Fix woocommerce/woocommerce-admin#4086 misaligned 'required' text on selects * rework this so that the issue is fixed in the select control itself Co-authored-by: Rebecca Scott <me@becdetat.com>
This commit is contained in:
parent
9e9c261365
commit
d1c2aa9beb
|
@ -207,6 +207,7 @@ class Control extends Component {
|
|||
'is-active': isActive,
|
||||
'has-tags': inlineTags && hasTags,
|
||||
'with-value': this.getInputValue().length,
|
||||
'has-error': !! help,
|
||||
}
|
||||
) }
|
||||
onClick={ () => {
|
||||
|
|
Loading…
Reference in New Issue