add larger min-height to textarea

This commit is contained in:
Keviin Åberg Kultalahti 2021-07-21 12:55:26 +02:00
parent 02077fc109
commit b41e84f8b7
1 changed files with 4 additions and 0 deletions

View File

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