Merge pull request #6291 from strapi/fix/ctb

Fix ctb react-select ui
This commit is contained in:
Alexandre BODIN 2020-05-20 14:08:47 +02:00 committed by GitHub
commit 688311173a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ const MultipleMenuList = ({
return ( return (
<li key={categoryName} className="li-multi-menu"> <li key={categoryName} className="li-multi-menu">
<div style={{ marginTop: 3 }}> <div style={{ marginTop: 3 }}>
<CheckboxWrapper> <CheckboxWrapper style={{ display: 'flex' }}>
<Label <Label
htmlFor="overrideReactSelectBehavior" htmlFor="overrideReactSelectBehavior"
onClick={() => { onClick={() => {
@ -190,7 +190,6 @@ const MultipleMenuList = ({
</Label> </Label>
<div <div
style={{ style={{
display: 'flex',
width: '150px', width: '150px',
textAlign: 'right', textAlign: 'right',
flexGrow: 2, flexGrow: 2,