Skip to content

Commit

Permalink
[gui] Use textarea at source component description
Browse files Browse the repository at this point in the history
The `Description` field on the Web GUI when editing source components
is a single-line textbox, which makes writing anything longer than six
words needing scroll. For this reason we turn the UI element into a
textarea.
  • Loading branch information
csordasmarton committed Feb 17, 2021
1 parent 6626d77 commit 1346389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
:rules="rules.value"
/>

<v-text-field
<v-textarea
v-model.trim="component.description"
class="component-description "
label="Description"
Expand Down

0 comments on commit 1346389

Please sign in to comment.