fix: prevent wrapping
This commit is contained in:
parent
a0cf17374c
commit
4b7d27ddd7
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ watch(() => state.search, getWorkerList);
|
||||||
</template>
|
</template>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
</template>
|
</template>
|
||||||
<div class="column q-pa-md full-height">
|
<div class="column q-pa-md full-height no-wrap">
|
||||||
<section class="row justify-end q-mb-md">
|
<section class="row justify-end q-mb-md">
|
||||||
<q-input
|
<q-input
|
||||||
for="input-search"
|
for="input-search"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue