workaround help block margin issue [ci skip]
This commit is contained in:
parent
85b6ff908b
commit
da737793e8
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue