Commit 5f1f39db authored by Brandon Labuschagne's avatar Brandon Labuschagne Committed by Clement Ho

Resolve "Analytics dropdown filters are no longer aligned"

parent 82a7814f
...@@ -127,7 +127,7 @@ export default { ...@@ -127,7 +127,7 @@ export default {
:size="16" :size="16"
shape="rect" shape="rect"
:alt="selectedGroup.name" :alt="selectedGroup.name"
class="prepend-top-2" class="d-inline-flex align-text-bottom"
/> />
{{ selectedGroupName }} {{ selectedGroupName }}
<icon name="chevron-down" /> <icon name="chevron-down" />
......
...@@ -145,7 +145,7 @@ export default { ...@@ -145,7 +145,7 @@ export default {
:size="16" :size="16"
shape="rect" shape="rect"
:alt="selectedProjects[0].name" :alt="selectedProjects[0].name"
class="prepend-top-2" class="d-inline-flex align-text-bottom"
/> />
{{ selectedProjectsLabel }} {{ selectedProjectsLabel }}
<icon name="chevron-down" /> <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