From ef035d3c44ff151a34df4e941e03f263dd60b74f Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 6 Sep 2020 14:22:01 +0200 Subject: [PATCH] Set line-height for vin-button same as font-size. --- src/styles/global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index f5fc2ac..0a1b41e 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -118,6 +118,7 @@ textarea { border: 0; width: fit-content; font-size: 1.3rem; + line-height: 1.3rem; height: 4rem; max-height: 4rem; cursor: pointer;