From 32a690af985661f7d106984dc5ee1c211d0da2ed Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 13 Sep 2011 22:23:08 -0700 Subject: apply clearfix to appended input pattern to clear the floats --- lib/forms.less | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/forms.less b/lib/forms.less index e8a26bb9f..4c307fe08 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -325,6 +325,7 @@ textarea[readonly] { // Allow us to put symbols and text within the input field for a cleaner look .input-prepend, .input-append { + .clearfix(); input { .border-radius(0 3px 3px 0); } -- cgit v1.2.3