From adf7f42fc06e2984f5e135cd2d608a66a5e27702 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 27 Dec 2022 14:54:29 -0800 Subject: [PATCH] Fix textarea height --- components/PartyDetails/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PartyDetails/index.scss b/components/PartyDetails/index.scss index 34e81f90..5fc40f84 100644 --- a/components/PartyDetails/index.scss +++ b/components/PartyDetails/index.scss @@ -30,7 +30,7 @@ width: 100%; textarea { - min-height: $unit * 20; + min-height: $unit * 22; width: 100%; } }