mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00
Add padding
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
51d98debe1
commit
1430d71e0a
@ -1,5 +1,6 @@
|
|||||||
/* eslint-disable indent */
|
/* eslint-disable indent */
|
||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
import CollapsePropertyMatrix from './CollapsePropertyMatrix/Wrapper';
|
||||||
|
|
||||||
const RowWrapper = styled.div`
|
const RowWrapper = styled.div`
|
||||||
${({ withMargin }) =>
|
${({ withMargin }) =>
|
||||||
@ -7,6 +8,10 @@ const RowWrapper = styled.div`
|
|||||||
`
|
`
|
||||||
margin: 9px 0;
|
margin: 9px 0;
|
||||||
`}
|
`}
|
||||||
|
|
||||||
|
${CollapsePropertyMatrix}:last-of-type {
|
||||||
|
padding-bottom: 17px;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export default RowWrapper;
|
export default RowWrapper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user