mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
No bottom margin for input-append, input-prepend
This commit is contained in:
@@ -373,7 +373,7 @@ select:focus:required:invalid {
|
||||
// Allow us to put symbols and text within the input field for a cleaner look
|
||||
.input-prepend,
|
||||
.input-append {
|
||||
margin-bottom: 5px;
|
||||
margin-bottom: 0px;
|
||||
.clearfix(); // Clear the float to prevent wrapping
|
||||
input,
|
||||
.uneditable-input {
|
||||
|
||||
Reference in New Issue
Block a user