Skip to content

Commit 1c271aa

Browse files
committed
improve the styling of identifiers form
1 parent 0872c67 commit 1c271aa

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

src/components/IdentifierCardEditing.vue

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@
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"
@@ -33,11 +35,13 @@
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"

0 commit comments

Comments
 (0)