workaround help block margin issue [ci skip]

This commit is contained in:
wvengen 2013-12-10 16:48:39 +01:00
parent 85b6ff908b
commit da737793e8

View file

@ -262,7 +262,8 @@ tr.unavailable {
// fix margin somehow off
// XXX there must be a better way
margin-bottom: 0;
.controls p {
.help-block {
margin-top: 0;
margin-bottom: 20px;
}
}