Expand some modal fields, per oruga styles
This commit is contained in:
parent
25a27af29c
commit
e030dc841d
|
@ -128,13 +128,15 @@
|
||||||
|
|
||||||
<b-field label="Help Link (URL)">
|
<b-field label="Help Link (URL)">
|
||||||
<b-input v-model="helpURL"
|
<b-input v-model="helpURL"
|
||||||
ref="helpURL">
|
ref="helpURL"
|
||||||
|
expanded>
|
||||||
</b-input>
|
</b-input>
|
||||||
</b-field>
|
</b-field>
|
||||||
|
|
||||||
<b-field label="Help Text (Markdown)">
|
<b-field label="Help Text (Markdown)">
|
||||||
<b-input v-model="markdownText"
|
<b-input v-model="markdownText"
|
||||||
type="textarea" rows="8">
|
type="textarea" rows="8"
|
||||||
|
expanded>
|
||||||
</b-input>
|
</b-input>
|
||||||
</b-field>
|
</b-field>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue