diff --git a/contentcuration/contentcuration/frontend/accounts/pages/Main.vue b/contentcuration/contentcuration/frontend/accounts/pages/Main.vue index 476e19ae80..b3d900a1bc 100644 --- a/contentcuration/contentcuration/frontend/accounts/pages/Main.vue +++ b/contentcuration/contentcuration/frontend/accounts/pages/Main.vue @@ -164,7 +164,7 @@ } .links span:not(:last-child)::after { - margin: 0 8px; + margin: 0 8px 0 12px; font-size: 14pt; color: var(--v-grey-base); vertical-align: middle; diff --git a/contentcuration/contentcuration/frontend/shared/languageSwitcher/LanguageSwitcherList.vue b/contentcuration/contentcuration/frontend/shared/languageSwitcher/LanguageSwitcherList.vue index fe405e9651..30cc36563b 100644 --- a/contentcuration/contentcuration/frontend/shared/languageSwitcher/LanguageSwitcherList.vue +++ b/contentcuration/contentcuration/frontend/shared/languageSwitcher/LanguageSwitcherList.vue @@ -9,7 +9,11 @@ class="globe" @click="showLanguageModal = true" /> - + {{ selectedLanguage.lang_name }} -