Merge pull request #281 from SELab-2/fix/log-out-dialog-elipsis-#279
fix: Ellipsis bevestigingsdialoog logout
This commit is contained in:
commit
3f5bf0559d
1 changed files with 9 additions and 1 deletions
|
@ -149,7 +149,8 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-slot:default="{ isActive }">
|
<template v-slot:default="{ isActive }">
|
||||||
<v-card :title="t('logoutVerification')">
|
<v-card>
|
||||||
|
<v-card-title class="logout-verification-title">{{ t("logoutVerification") }}</v-card-title>
|
||||||
<v-card-actions>
|
<v-card-actions>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
|
|
||||||
|
@ -298,6 +299,13 @@
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logout-verification-title {
|
||||||
|
word-wrap: break-word;
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
white-space: normal;
|
||||||
|
text-overflow: unset;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 700px) {
|
@media (max-width: 700px) {
|
||||||
.menu {
|
.menu {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue