diff --git a/less/forms.less b/less/forms.less index 9a0d3b849a..0f7ba9d50e 100644 --- a/less/forms.less +++ b/less/forms.less @@ -316,6 +316,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