Parent Container Not Expanding To Child Elements
I have a bunch of vertically aligned tab items in which and I can't seem to get the parent container (the in my HTML) to expand to cover the child elements. I've
Solution 1:
Adding display: inline-block;
to your a
element seems to solve your problem. You may have adjust padding/margin, though.
Post a Comment for "Parent Container Not Expanding To Child Elements"