1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

add larger min-height to textarea

This commit is contained in:
Keviin Åberg Kultalahti 2021-07-21 12:55:26 +02:00
parent bb32c82e6c
commit 101547e21d

View file

@ -107,6 +107,10 @@
</div>
<style>
.feedback-frame :global(textarea) {
min-height: 180px !important;
}
.position {
position: absolute;
right: var(--spacing-l);