refs #6105 fix notes dialog width
This commit is contained in:
parent
fc4ed81e38
commit
3a55429668
|
@ -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