From 7258f477d774f08ffb83e3d23a845f340cfd1803 Mon Sep 17 00:00:00 2001 From: Laila Los <44241786+ElectronicBlueberry@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:34:02 +0200 Subject: [PATCH] make step annotation resizable --- client/src/style/scss/ui.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/style/scss/ui.scss b/client/src/style/scss/ui.scss index d29d05759050..7a540d9fef5f 100644 --- a/client/src/style/scss/ui.scss +++ b/client/src/style/scss/ui.scss @@ -224,7 +224,7 @@ $ui-margin-horizontal-large: $margin-v * 2; .ui-textarea { @extend .ui-input; - height: 100px !important; + min-height: 100px; } .ui-switch {