Fix title word break
This commit is contained in:
parent
c9fee0cad4
commit
8c87c01810
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<v-form @submit.prevent="submit" v-model="formValid" ref="form">
|
||||
<v-card-title class="d-block">Zaloguj się do konta VULCAN UONET+</v-card-title>
|
||||
<v-card-title>Zaloguj się do konta VULCAN UONET+</v-card-title>
|
||||
<div class="mx-4">
|
||||
<v-select v-model="host" label="Odmiana dziennika" :items="hosts" outlined />
|
||||
<v-text-field
|
||||
|
|
|
@ -122,6 +122,10 @@
|
|||
.scale-enter, .scale-leave-to {
|
||||
transform: scale(0);
|
||||
}
|
||||
|
||||
.v-card__text, .v-card__title {
|
||||
word-break: normal;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue