fix: properties checkbox no wrap
This commit is contained in:
parent
a966e0542c
commit
bd810b7502
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ function confirmDelete(items: unknown[], index: number) {
|
||||||
:key="index"
|
:key="index"
|
||||||
@click="manageProperties(ops.value, ops.type)"
|
@click="manageProperties(ops.value, ops.type)"
|
||||||
>
|
>
|
||||||
<div class="full-width flex items-center">
|
<div class="full-width flex items-center no-wrap">
|
||||||
<q-icon
|
<q-icon
|
||||||
v-if="
|
v-if="
|
||||||
formServiceProperties &&
|
formServiceProperties &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue