2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

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
+1
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);
}