Merge branch 'v4/ds-migration' of github.com:strapi/strapi into cm/edit-infos

This commit is contained in:
soupette 2021-09-21 06:41:28 +02:00
commit ec84252184

View File

@ -20,6 +20,7 @@ const Border = styled.div`
const CheckboxWrapper = styled.div` const CheckboxWrapper = styled.div`
position: relative; position: relative;
word-break: keep-all;
${({ hasConditions, disabled, theme }) => ${({ hasConditions, disabled, theme }) =>
hasConditions && hasConditions &&
` `