apply clearfix to appended input pattern to clear the floats

This commit is contained in:
Mark Otto 2011-09-13 22:23:08 -07:00
parent 01d9cd88e8
commit 32a690af98
3 changed files with 19 additions and 1 deletions

View file

@ -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);
}