add larger min-height to textarea
This commit is contained in:
parent
bb32c82e6c
commit
101547e21d
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue