* 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:
Bec Scott 2020-05-12 10:59:27 +10:00 committed by GitHub
parent 9e9c261365
commit d1c2aa9beb
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ class Control extends Component {
'is-active': isActive,
'has-tags': inlineTags && hasTags,
'with-value': this.getInputValue().length,
'has-error': !! help,
}
) }
onClick={ () => {