html - bootstrap input-group 1px misallignment between addon and input -
html - bootstrap input-group 1px misallignment between addon and input -
i have next html - using bootstrap
<div class="input-group" style="width:100px;"> <span class="input-group-addon glyphicon glyphicon-time" ></span> <input type="text" class="form-control" placeholder="time"> </div>
which produces next annoying output
a annoying 1-2px aligning difference between input , addon - , cannot life of me figure out why is. can seen in fiddle
the ' .glyphicon ' has top 1 px set in 0, .glyphicon {top: 0px}
html twitter-bootstrap
Comments
Post a Comment