mirror of
https://github.com/penpot/penpot.git
synced 2025-05-13 00:47:10 +02:00
fix multiselect menu alignment
This commit is contained in:
parent
720178c03f
commit
b65eee57e7
1 changed files with 9 additions and 1 deletions
|
@ -324,9 +324,17 @@
|
||||||
.multiselect-nav {
|
.multiselect-nav {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: center;
|
||||||
|
margin-left: 10%;
|
||||||
width: 110px;
|
width: 110px;
|
||||||
|
|
||||||
|
span {
|
||||||
|
margin-right: 1.5rem;
|
||||||
|
&:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
fill: $medium-ui-icons;
|
fill: $medium-ui-icons;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue