diff options
| author | Mark Otto <[email protected]> | 2011-12-27 17:04:55 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-12-27 17:04:55 -0600 |
| commit | 53c6dbff0d6dd781df421f07acdd9e98719b41bf (patch) | |
| tree | 92806c4fcedff7e57caccf5776e182b3e30ef6e6 /lib/forms.less | |
| parent | 550879cf666ec6445d1918604cb71c7202a52999 (diff) | |
| download | bootstrap-53c6dbff0d6dd781df421f07acdd9e98719b41bf.tar.xz bootstrap-53c6dbff0d6dd781df421f07acdd9e98719b41bf.zip | |
add appended input example to docs, fix help-text wrapping issue by clearing float
Diffstat (limited to 'lib/forms.less')
| -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 e9c392c76..5293d780a 100644 --- a/lib/forms.less +++ b/lib/forms.less @@ -306,6 +306,7 @@ textarea[readonly] { // Allow us to put symbols and text within the input field for a cleaner look .input-prepend, .input-append { + .clearfix(); // Clear the float to prevent wrapping input { .border-radius(0 3px 3px 0); } |
