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;