I\'ve run across a strange layout bug that appears to be triggered by the text-transform CSS property when an inline-block is nested within a
text-transform
inline-block
I had the same problem and resolved it with white-space:nowrap;.
white-space:nowrap;