mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 02:44:55 +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>
|
||||
<Box style={{ width: 120 }} />
|
||||
<ConditionsModal
|
||||
headerBreadCrumbs={[label, 'app.components.LeftMenuLinkContainer.settings']}
|
||||
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