Skip to content

Commit 8ec4ed6

Browse files
committed
Change abstract textarea to autogrow and set minimum and maximum height
1 parent bffdb1c commit 8ec4ed6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/ScreenAbstract.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
What is the abstract of the work?
1616
</p>
1717
<q-input
18+
autogrow
1819
bg-color="white"
20+
input-style="min-height: 100px; max-height: 444px"
1921
label="abstract"
2022
outlined
2123
standout

0 commit comments

Comments
 (0)