My bootstrap inputs have input-group-addon tags as labels, but I want all the labels to be the same width for a consistent visual effect. I've tried manually setting the width of these span elements to the largest one on the page (let's say 75px).
Creating my own CSS class isn't working, as bootstrap seems to override it in ways I don't understand.
Even creating a .input-group-addon.myClass CSS class doesn't produce the desired result. The browser shows that this style isn't overridden by another, but it doesn't seem to affect the span element.
Simply adding a style="width:75px" to the span also doesn't achieve the goal.
I'm struggling to find a way to override this style and make all my spans line up evenly despite varying text lengths.
For a code example, visit: http://www.bootply.com/SvJAiwVavY