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

@ -5,7 +5,4 @@
* With that said, GLHF!
* This may eventuallly be replaced with a function in the admin panel.
*/
textarea {
height: 300px
}

View file

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