mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 09:27:46 +01:00
Expand/Collapse button position bug fix
This commit is contained in:
parent
06554b83dc
commit
604fa6317c
1 changed files with 1 additions and 1 deletions
|
@ -202,6 +202,7 @@ class LayerListContainer extends React.Component {
|
|||
/>
|
||||
<header className="maputnik-layer-list-header">
|
||||
<span className="maputnik-layer-list-header-title">Layers</span>
|
||||
<span className="maputnik-space" />
|
||||
<div className="maputnik-default-property">
|
||||
<div className="maputnik-multibutton">
|
||||
<a
|
||||
|
@ -211,7 +212,6 @@ class LayerListContainer extends React.Component {
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<span className="maputnik-space" />
|
||||
<div className="maputnik-default-property">
|
||||
<div className="maputnik-multibutton">
|
||||
<a
|
||||
|
|
Loading…
Reference in a new issue