fix modal dialog margin [ci skip]
This commit is contained in:
parent
1c4b9591a2
commit
3937400683
1 changed files with 5 additions and 0 deletions
|
@ -242,3 +242,8 @@ tr.unavailable {
|
|||
.input-append button.add-on {
|
||||
height: inherit;
|
||||
}
|
||||
|
||||
// get rid of extra space on bottom of dialog with form
|
||||
.modal form {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue