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 can't recreate this, and have never experienced it. Also, your example doesn't apply the columns mixin to #inner, so I'm not sure where display: inline; is coming from.
This all works fine in Chrome 15 and Safari 5.1, but in Firefox 8 the inner div is hidden.
The fix is to add
which overrides
display:inline
from columns mixin.The text was updated successfully, but these errors were encountered: