mirror of
https://github.com/penpot/penpot.git
synced 2025-05-09 22:26:37 +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 {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
margin-left: 10%;
|
||||
width: 110px;
|
||||
|
||||
span {
|
||||
margin-right: 1.5rem;
|
||||
&:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
svg {
|
||||
cursor: pointer;
|
||||
fill: $medium-ui-icons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue