diff options
| author | Mark Otto <[email protected]> | 2011-09-13 22:23:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-13 22:23:08 -0700 |
| commit | 32a690af985661f7d106984dc5ee1c211d0da2ed (patch) | |
| tree | 8bd7f86f0bce5de9fe04baa38c4cd9418f51e4dc /lib | |
| parent | 01d9cd88e84441d1d1e70300f71e1feff4be2126 (diff) | |
| download | bootstrap-32a690af985661f7d106984dc5ee1c211d0da2ed.tar.xz bootstrap-32a690af985661f7d106984dc5ee1c211d0da2ed.zip | |
apply clearfix to appended input pattern to clear the floats
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
