mirror of
https://github.com/strapi/strapi.git
synced 2025-12-07 12:32:48 +00:00
Rm useless wrapper, add empty space box
This commit is contained in:
parent
ecce72d23b
commit
a0f4f6c441
@ -227,6 +227,7 @@ const Collapse = ({
|
|||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
</Row>
|
</Row>
|
||||||
|
<Box style={{ width: 120 }} />
|
||||||
<ConditionsModal
|
<ConditionsModal
|
||||||
headerBreadCrumbs={[label, 'app.components.LeftMenuLinkContainer.settings']}
|
headerBreadCrumbs={[label, 'app.components.LeftMenuLinkContainer.settings']}
|
||||||
actions={checkboxesActions}
|
actions={checkboxesActions}
|
||||||
|
|||||||
@ -1,17 +0,0 @@
|
|||||||
/* eslint-disable indent */
|
|
||||||
import styled from 'styled-components';
|
|
||||||
import CollapsePropertyMatrix from './CollapsePropertyMatrix/Wrapper';
|
|
||||||
|
|
||||||
const RowWrapper = styled.div`
|
|
||||||
${({ withMargin }) =>
|
|
||||||
withMargin &&
|
|
||||||
`
|
|
||||||
margin: 9px 0;
|
|
||||||
`}
|
|
||||||
|
|
||||||
${CollapsePropertyMatrix}:last-of-type {
|
|
||||||
padding-bottom: 17px;
|
|
||||||
}
|
|
||||||
`;
|
|
||||||
|
|
||||||
export default RowWrapper;
|
|
||||||
Loading…
x
Reference in New Issue
Block a user