I would like to change the font size. But if I do this then the row height does not change. I tried using row-height = "40" to do this. Unfortunately this does not work. I've tested with the vue development extension which props v-textarea has. There I see a rowHeight. But this has no effect, too.
<v-textarea
value="The Woodman set to work at once,and so sharp was his axe that the tree was soon chopped nearly through."
row-height="40"
class="headline"
></v-textarea>
Prop-Name =row-height (Height value for each row)
Default= 24
Type = number | string
Thanks a lot, Chris