reverted change to help-block, added back position:absolute otherwise inputs jump with change of focus

This commit is contained in:
Kevin Ross 2015-11-17 10:30:10 -06:00
parent f07802f85d
commit a8552009d2

View File

@ -165,6 +165,7 @@
// Hints
.help-block {
position: absolute;
display: none;
}