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
Using <b:column colMd="0">, hidden-md never appears in the classes. In fact, quite the opposite happens, and col-md-12 shows up. (Only if colMd is the only attribute. If colXs is specified, for example, then col-xs-# will appear and not col-md-12.) xs, sm, and lg work fine.
The text was updated successfully, but these errors were encountered:
It seems setting using zero is an undocumented feature. I fixed the bug nonetheless. I just hope I didn't break too many programs relying on the bug :(.
BTW, the additional col-md-12 seems to be important. It's added to every size, not only md. So I added it to `col-md="0"´, too.
Using
<b:column colMd="0">
,hidden-md
never appears in the classes. In fact, quite the opposite happens, andcol-md-12
shows up. (Only if colMd is the only attribute. If colXs is specified, for example, thencol-xs-#
will appear and notcol-md-12
.) xs, sm, and lg work fine.The text was updated successfully, but these errors were encountered: