diff --git a/less/forms.less b/less/forms.less index 9c9a9b8a9f..62f9fec002 100644 --- a/less/forms.less +++ b/less/forms.less @@ -324,6 +324,7 @@ select:focus:required:invalid { margin-bottom: @baseLineHeight; background-color: #f5f5f5; 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