fix multiselect menu alignment

This commit is contained in:
elhombretecla 2016-10-20 11:58:35 +02:00
parent 720178c03f
commit b65eee57e7

View file

@ -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;