mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +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 */
|
||||
import styled from 'styled-components';
|
||||
import CollapsePropertyMatrix from './CollapsePropertyMatrix/Wrapper';
|
||||
|
||||
const RowWrapper = styled.div`
|
||||
${({ withMargin }) =>
|
||||
@ -7,6 +8,10 @@ const RowWrapper = styled.div`
|
||||
`
|
||||
margin: 9px 0;
|
||||
`}
|
||||
|
||||
${CollapsePropertyMatrix}:last-of-type {
|
||||
padding-bottom: 17px;
|
||||
}
|
||||
`;
|
||||
|
||||
export default RowWrapper;
|
||||
|
Loading…
x
Reference in New Issue
Block a user