fix the incorrect line-wrapping of the third-pary login separator line on the login page in the Korean locale

This commit is contained in:
MaysWind
2026-01-24 23:55:14 +08:00
parent 1e3087ccf0
commit 8387a81a59
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
<v-progress-circular indeterminate size="22" class="ms-2" v-if="loggingInByPassword"></v-progress-circular>
</v-btn>
<v-col cols="12" class="d-flex align-center px-0" v-if="isInternalAuthEnabled() && isOAuth2Enabled()">
<v-col cols="12" class="d-flex align-center px-0 text-no-wrap" v-if="isInternalAuthEnabled() && isOAuth2Enabled()">
<v-divider class="me-3" />
{{ tt('or') }}
<v-divider class="ms-3" />