From fd71ed2d3d34c13a484b88fe279605d92b237bd1 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Tue, 15 Dec 2020 14:42:02 +0530 Subject: [PATCH] fix: Input height --- frappe/public/scss/desk/css_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/public/scss/desk/css_variables.scss b/frappe/public/scss/desk/css_variables.scss index 524c7ccd3e..b85ce35d2a 100644 --- a/frappe/public/scss/desk/css_variables.scss +++ b/frappe/public/scss/desk/css_variables.scss @@ -220,7 +220,7 @@ --page-bottom-margin: 60px; // input - --input-height: $input-height; + --input-height: #{$input-height}; // timeline --timeline-item-icon-size: 34px;