File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 v-on:update:modelValue =" $emit('updateType', 'type', $event)"
1717 />
1818 </div >
19- <div class =" q-gutter-md q-mt-md items-center no-wrap" >
20- <p class =" question" >
21- What is the value of the {{ label }}?
22- <SchemaGuideLink v-bind:anchor =" anchor" />
23- </p >
19+ <div class =" q-mt-md items-center no-wrap" >
20+ <div class =" row" >
21+ <q-label class =" text-dark" >
22+ What is the value of the {{ label }}?
23+ <SchemaGuideLink v-bind:anchor =" anchor" />
24+ </q-label >
25+ </div >
2426 <q-input
2527 bg-color =" white"
2628 label =" Value"
3335 v-on:update:modelValue =" $emit('updateValue', 'value', $event)"
3436 />
3537 </div >
36- <div class =" q-gutter-md q-mt-md items-center no-wrap" >
37- <p class =" question" >
38- What is the description for the {{ label }}?
39- <SchemaGuideLink anchor =" #definitionsidentifier-description" />
40- </p >
38+ <div class =" q-mt-md items-center no-wrap" >
39+ <div class =" row" >
40+ <q-label class =" text-dark" >
41+ What is the description for the {{ label }}?
42+ <SchemaGuideLink anchor =" #definitionsidentifier-description" />
43+ </q-label >
44+ </div >
4145 <q-input
4246 bg-color =" white"
4347 label =" Description"
You can’t perform that action at this time.
0 commit comments