mirror of
https://github.com/maputnik/editor.git
synced 2026-01-04 12:30:00 +00:00
Remove style from PropertyGroup
This commit is contained in:
@@ -51,11 +51,7 @@ export default class PropertyGroup extends React.Component {
|
||||
/>
|
||||
})
|
||||
|
||||
return <div style={{
|
||||
padding: margins[2],
|
||||
paddingRight: 0,
|
||||
backgroundColor: colors.black,
|
||||
}}>
|
||||
return <div>
|
||||
{fields}
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user