From b65eee57e79c29d6ad822ef7bce9d13458839e17 Mon Sep 17 00:00:00 2001 From: elhombretecla Date: Thu, 20 Oct 2016 11:58:35 +0200 Subject: [PATCH] fix multiselect menu alignment --- resources/styles/main/partials/dashboard-grid.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/resources/styles/main/partials/dashboard-grid.scss b/resources/styles/main/partials/dashboard-grid.scss index 71ee0baba..7f8b00310 100644 --- a/resources/styles/main/partials/dashboard-grid.scss +++ b/resources/styles/main/partials/dashboard-grid.scss @@ -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;