mirror of
https://github.com/penpot/penpot.git
synced 2026-03-13 22:08:27 +00:00
fix multiselect menu alignment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user