Adding .clearfix() to .form-actions to allow for .pull-right button containers

parent b0bd3efc
...@@ -324,6 +324,7 @@ select:focus:required:invalid { ...@@ -324,6 +324,7 @@ select:focus:required:invalid {
margin-bottom: @baseLineHeight; margin-bottom: @baseLineHeight;
background-color: #f5f5f5; background-color: #f5f5f5;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
.clearfix(); // Adding clearfix to allow for .pull-right button containers
} }
// For text that needs to appear as an input but should not be an input // For text that needs to appear as an input but should not be an input
......
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