Commit 526494dc authored by Clement Ho's avatar Clement Ho

Merge branch '14737-analytics-dropdown-filters-are-no-longer-aligned' into 'master'

Resolve "Analytics dropdown filters are no longer aligned"

Closes #14737

See merge request gitlab-org/gitlab!16500
parents 82a7814f 5f1f39db
......@@ -127,7 +127,7 @@ export default {
:size="16"
shape="rect"
:alt="selectedGroup.name"
class="prepend-top-2"
class="d-inline-flex align-text-bottom"
/>
{{ selectedGroupName }}
<icon name="chevron-down" />
......
......@@ -145,7 +145,7 @@ export default {
:size="16"
shape="rect"
:alt="selectedProjects[0].name"
class="prepend-top-2"
class="d-inline-flex align-text-bottom"
/>
{{ selectedProjectsLabel }}
<icon name="chevron-down" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment