Skip to content

Commit

Permalink
feat(composition de blocs): composed property : remove border-left
Browse files Browse the repository at this point in the history
composed property : remove border padding and margin left - no indented
  • Loading branch information
HeleneCreusot committed Aug 6, 2024
1 parent 1f5311c commit f4126e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/js/public/Property/CompositeProperty.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import getFieldClassName from '../../lib/getFieldClassName';

const styles = {
container: {
paddingLeft: '2rem',
marginLeft: '2rem',
borderLeft: '1px dotted rgb(224, 224, 224)',
display: 'flex',
flexFlow: 'row wrap',
},
Expand Down

0 comments on commit f4126e8

Please sign in to comment.