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;