mirror of
https://github.com/maputnik/editor.git
synced 2025-12-24 23:20:00 +00:00
Move style code to CSS
This commit is contained in:
@@ -37,7 +37,9 @@ class MultiButtonInput extends React.Component {
|
||||
return <div style={{
|
||||
display: 'inline-block',
|
||||
...this.props.style,
|
||||
}}>
|
||||
}}
|
||||
className="maputnik-multibutton"
|
||||
>
|
||||
{buttons}
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user