mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
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:
@@ -108,7 +108,7 @@
|
|||||||
<v-progress-circular indeterminate size="22" class="ms-2" v-if="loggingInByPassword"></v-progress-circular>
|
<v-progress-circular indeterminate size="22" class="ms-2" v-if="loggingInByPassword"></v-progress-circular>
|
||||||
</v-btn>
|
</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" />
|
<v-divider class="me-3" />
|
||||||
{{ tt('or') }}
|
{{ tt('or') }}
|
||||||
<v-divider class="ms-3" />
|
<v-divider class="ms-3" />
|
||||||
|
|||||||
@@ -432,6 +432,7 @@ oauth2ClientSessionId.value = generateRandomUUID();
|
|||||||
.login-divider > .item-content {
|
.login-divider > .item-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
> .item-inner {
|
> .item-inner {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user