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
in small screen all grid elements such as col-md-1 , col-md-2 , .... lose their floating property and i had to manually add this code in my custom styles file :
in small screen all grid elements such as col-md-1 , col-md-2 , .... lose their floating property and i had to manually add this code in my custom styles file :
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float : right; }
The text was updated successfully, but these errors were encountered: