From 271626e963737be51aa433be8f939e39ce18b7c7 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 26 Dec 2022 16:55:34 -0800 Subject: [PATCH] line-height :) --- components/PartyDetails/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/PartyDetails/index.scss b/components/PartyDetails/index.scss index 70297220..2a6b1c13 100644 --- a/components/PartyDetails/index.scss +++ b/components/PartyDetails/index.scss @@ -57,6 +57,8 @@ } &.ReadOnly { + line-height: 1.4; + &.Visible { display: block; }