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

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -