You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a glyphicon in the input prepend, like a search icon for a search bar, the prepended CSS is off by one pixel. Here is the code I used to test:
Thanks!
Here's a demonstration of what cvrebert said: <span class="input-group-addon"><span class="glyphicon glyphicon-search"></span></span> as opposed to <span class="input-group-addon glyphicon glyphicon-search"></span>
When using a glyphicon in the input prepend, like a search icon for a search bar, the prepended CSS is off by one pixel. Here is the code I used to test:
By adding 'style="top: 0px;" ' to the span, this was fixed, example:
I have only tested this in Chrome.
The text was updated successfully, but these errors were encountered: