Skip to content

Commit

Permalink
(less) Fixes twbs#6473: Make .input-prepend and .input-append inline-…
Browse files Browse the repository at this point in the history
…block to match other form states
  • Loading branch information
mdo committed Jan 12, 2013
1 parent 9079a5a commit 7c63f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ select:focus:invalid {
// Allow us to put symbols and text within the input field for a cleaner look
.input-append,
.input-prepend {
display: inline-block;
margin-bottom: 5px;
font-size: 0; // white space collapse hack
white-space: nowrap; // Prevent span and input from separating
Expand Down

0 comments on commit 7c63f8c

Please sign in to comment.