Having an issue with aligning the upper border of a search input field when using Angular with Bootstrap and adding a glyphicon next to it.
div.input-group(ng-show='feeds.length > 0')
span.input-group-addon.glyphicon.glyphicon-search
input.form-control(type='text', data-ng-model='filterText')
What changes need to be made in the CSS (or elsewhere) to ensure the top borders are aligned correctly?
To see an example, check out this Jsfiddle link: http://jsfiddle.net/hBSxf/