Merge pull request 'refs #6105 fix notes dialog width' (!85) from 6105-createClaimNotes into dev
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
Reviewed-on: #85 Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
commit
4478c2e37d
|
@ -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>
|
||||
|
|
|
@ -115,6 +115,9 @@ async function insert() {
|
|||
.q-card {
|
||||
max-width: 80em;
|
||||
}
|
||||
.q-dialog .q-card {
|
||||
width: 400px;
|
||||
}
|
||||
</style>
|
||||
<i18n>
|
||||
es:
|
||||
|
|
Loading…
Reference in New Issue