Commit 8609a77b authored by Mark Otto's avatar Mark Otto

add clearfix to .form-actions for .pull-right and .pull-left supported buttons, per #1978 and #2173

parent 0ed6d3b2
......@@ -845,6 +845,14 @@ input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, selec
margin-bottom: 18px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
*zoom: 1;
}
.form-actions:before, .form-actions:after {
display: table;
content: "";
}
.form-actions:after {
clear: both;
}
.uneditable-input {
display: block;
......
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