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
1 changed files with 4 additions and 0 deletions

View File

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