diff --git a/app/assets/stylesheets/shared_styles/elements/dropdown.scss b/app/assets/stylesheets/shared_styles/elements/dropdown.scss index 00edd0dbd..9c27c295f 100644 --- a/app/assets/stylesheets/shared_styles/elements/dropdown.scss +++ b/app/assets/stylesheets/shared_styles/elements/dropdown.scss @@ -127,4 +127,14 @@ color: $color-white; } } + + .h-34 { + height: 34px; + } + + .dropdown-switch-link { + + display: flex; + align-items: center; + } } diff --git a/app/javascript/vue/results/results_toolbar.vue b/app/javascript/vue/results/results_toolbar.vue index 05d74c38c..17cf26c69 100644 --- a/app/javascript/vue/results/results_toolbar.vue +++ b/app/javascript/vue/results/results_toolbar.vue @@ -6,6 +6,8 @@ {{ i18n.t('my_modules.results.add_label') }} + +