mirror of
https://github.com/maputnik/editor.git
synced 2026-01-06 21:40:01 +00:00
Move style code to CSS
This commit is contained in:
@@ -69,11 +69,7 @@ class LayerListContainer extends React.Component {
|
||||
onLayerVisibilityToggle={this.onLayerVisibilityToggle.bind(this)}
|
||||
/>
|
||||
})
|
||||
return <ul style={{
|
||||
padding: 0,
|
||||
margin: 0,
|
||||
paddingBottom: margins[4]
|
||||
}}>
|
||||
return <ul className="maputnik-layer-list-container">
|
||||
{layerPanels}
|
||||
</ul>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user