From e13b4125be2d675df243aa179741c402766afd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Mon, 26 Oct 2020 12:56:20 +0100 Subject: [PATCH] Small vin-button class for setting hight to content. --- src/styles/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index 6811071..87d0a81 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -168,6 +168,10 @@ textarea { opacity: 0.25; cursor: not-allowed; } + + &.small { + height: min-content; + } }