From 18760393d7dbc3576622e1b99e2fbb5f973aa7d2 Mon Sep 17 00:00:00 2001 From: BigBlueHat - Web Manufacturer Date: Tue, 14 Feb 2012 15:16:55 -0500 Subject: [PATCH] Adding .clearfix() to .form-actions to allow for .pull-right button containers --- less/forms.less | 1 + 1 file changed, 1 insertion(+) 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