From 0941253b1c0d82e5eddc11ffa8ee4c4039d9fc76 Mon Sep 17 00:00:00 2001 From: muerwre Date: Mon, 29 Jul 2019 18:51:52 +0700 Subject: [PATCH] changed scroll height --- src/styles/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index b144d282..7ed447f6 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -11,7 +11,7 @@ $panel_radius: $radius; $grid_line: 4px; -$input_height: 32px; +$input_height: 36px; $input_radius: $radius; $info_height: 24px;