Commit 767a293b authored by Mark Otto's avatar Mark Otto

Increase input group margin on bottom and vertically center to match inputs

parent 56a24027
......@@ -1647,9 +1647,10 @@ select:focus:invalid:focus {
.input-append,
.input-prepend {
display: inline-block;
margin-bottom: 5px;
margin-bottom: 10px;
font-size: 0;
white-space: nowrap;
vertical-align: middle;
}
.input-append input,
......
......@@ -423,7 +423,8 @@ select:focus:invalid {
.input-append,
.input-prepend {
display: inline-block;
margin-bottom: 5px;
margin-bottom: @baseLineHeight / 2;
vertical-align: middle;
font-size: 0; // white space collapse hack
white-space: nowrap; // Prevent span and input from separating
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment