No bottom margin for form help blocks

This commit is contained in:
Douwe Maan 2015-12-02 14:50:50 +01:00
parent 09396b2eaa
commit 8196d269eb
1 changed files with 4 additions and 0 deletions

View File

@ -95,3 +95,7 @@ label {
background-color: #f7f8fa;
}
}
.help-block {
margin-bottom: 0;
}