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
I ran into this issue as well. Doing inline-block for "typically" inline elements like the a tag would be equally maddening if someone set those to display: block.
All responsive classes (both by device size and print) don't like inline elements like to be hidden and shown correctly without breaking it.
Example:
It does hide the span correctly when the screensize is below 768px, however when visible it's placed below the icon since it recieves a display:block.
Possible solution:
Add display:inline-block for elements like a, span, i, em, strong, etc when used in combination with responsive classes.
The text was updated successfully, but these errors were encountered: