mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 08:00:01 +00:00
Rearrange and simplify filter layout
This commit is contained in:
@@ -19,6 +19,7 @@ class Button extends React.Component {
|
||||
padding: margins[1],
|
||||
userSelect: 'none',
|
||||
borderRadius: 2,
|
||||
boxSizing: 'border-box',
|
||||
...this.props.style,
|
||||
}}>
|
||||
{this.props.children}
|
||||
|
||||
Reference in New Issue
Block a user