Commit af8261af authored by Mark Otto's avatar Mark Otto

simplify selector for .modal-form per #2218

parent 7bdd9551
...@@ -3058,7 +3058,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small { ...@@ -3058,7 +3058,7 @@ button.btn.btn-small, input[type="submit"].btn.btn-small {
max-height: 400px; max-height: 400px;
padding: 15px; padding: 15px;
} }
.modal-body .modal-form { .modal-form {
margin-bottom: 0; margin-bottom: 0;
} }
.modal-footer { .modal-footer {
......
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
padding: 15px; padding: 15px;
} }
// Remove bottom margin if need be // Remove bottom margin if need be
.modal-body .modal-form { .modal-form {
margin-bottom: 0; margin-bottom: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment