add larger min-height to textarea
This commit is contained in:
parent
02077fc109
commit
b41e84f8b7
|
@ -107,6 +107,10 @@
|
|||
</div>
|
||||
|
||||
<style>
|
||||
.feedback-frame :global(textarea) {
|
||||
min-height: 180px !important;
|
||||
}
|
||||
|
||||
.position {
|
||||
position: absolute;
|
||||
right: var(--spacing-l);
|
||||
|
|
Loading…
Reference in New Issue