apply clearfix to appended input pattern to clear the floats
This commit is contained in:
parent
01d9cd88e8
commit
32a690af98
3 changed files with 19 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue