2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

remove bug in docs for example icon in an input-prepend by removing margin on any input/select/etc in an input-prepend/append

This commit is contained in:
Mark Otto
2012-03-22 17:36:32 -07:00
parent ceab161324
commit b7b84c7a0d
5 changed files with 4 additions and 4 deletions
+1
View File
@@ -365,6 +365,7 @@ select:focus:required:invalid {
input,
select,
.uneditable-input {
margin-bottom: 0; // prevent bottom margin from screwing up alignment in stacked forms
*margin-left: 0;
.border-radius(0 3px 3px 0);
&:focus {