Clean textarea syling

This commit is contained in:
nelle 2024-07-05 18:14:26 -06:00
parent da7ebfd1bf
commit a328de1c2c
2 changed files with 2 additions and 4 deletions

View file

@ -6,6 +6,3 @@
* This may eventuallly be replaced with a function in the admin panel. * This may eventuallly be replaced with a function in the admin panel.
*/ */
textarea {
height: 300px
}

View file

@ -132,6 +132,7 @@
v-model="text" v-model="text"
class="text" class="text"
:class="{ withCw: useCw }" :class="{ withCw: useCw }"
:style="'height: 300px'"
:disabled="posting" :disabled="posting"
:placeholder="placeholder" :placeholder="placeholder"
data-cy-post-form-text data-cy-post-form-text