From 2fde8860578cca203aa29d72bca8fabf910849ac Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Tue, 17 Nov 2015 10:30:10 -0600 Subject: [PATCH] reverted change to help-block, added back position:absolute otherwise inputs jump with change of focus --- less/_inputs.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/_inputs.less b/less/_inputs.less index cd1192bd..0516afba 100644 --- a/less/_inputs.less +++ b/less/_inputs.less @@ -165,6 +165,7 @@ // Hints .help-block { + position: absolute; display: none; }