Fixed dashboard row title not updating when variable changed, fixes #15133

This commit is contained in:
Torkel Ödegaard
2019-02-01 06:38:59 +01:00
parent e54689a964
commit ac0140d596
3 changed files with 20 additions and 15 deletions

View File

@@ -135,7 +135,7 @@ $input-padding-y-sm: 4px !default;
$input-padding-x-lg: 20px !default;
$input-padding-y-lg: 10px !default;
$input-height: (($font-size-base * $line-height-base) + ($input-padding-y * 2)) !default;
$input-height: 35px !default;
$gf-form-margin: 0.2rem;
$gf-form-input-height: 35px;