mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 11:10:23 +00:00
Use form-group margin variable
This commit is contained in:
parent
99fc85e8d0
commit
8a9374325b
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ input[type="search"] {
|
|||
// horizontal forms, use the predefined grid classes.
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: @form-group-margin-bottom;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue