Eliminate weird whitespace at the bottom of the "create stream" form.

This also has the property of fixing this for all forms-that-contain-modals
since the selector is more generic.

(imported from commit 18fd26dd94fe4f6f3fe9a01884b867a9d37993d0)
This commit is contained in:
Waseem Daher 2013-06-25 16:20:52 -04:00
parent 959760b43e
commit 69ba982e9b
1 changed files with 1 additions and 1 deletions

View File

@ -1454,7 +1454,7 @@ table.floating_recipient {
float: right;
}
#invite_user_form {
.modal form {
margin-bottom: 0px;
}