refs #6105 fix notes dialog width #85

Merged
jorgep merged 2 commits from 6105-createClaimNotes into dev 2023-08-25 10:05:45 +00:00
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const token = session.getToken();
/>
</QAvatar>
<div class="description">
<slot name="description">
<slot name="description" v-if="$props.description">
<p>
{{ $props.description }}
</p>

View File

@ -115,6 +115,9 @@ async function insert() {
.q-card {
max-width: 80em;
}
.q-dialog .q-card {
width: 400px;
}
</style>
<i18n>
es: