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 saw there is no support for flex-direction, not being set anywhere so it uses the default value of "row".
I suggest to add .col and .row-* classes to support flex-direction: column. Those classes would be the same as current .row and .col-* classes, except that .col class would use flex-direction: column.
So Bootstrap 4 could have (using xs and 12 for this example):
Of course, there should be some study about what do "xs", "md" and "lg" mean in the context of "column" layout. Media queries with screen height I suppose?
Cheers.
The text was updated successfully, but these errors were encountered:
cgodo
changed the title
Add .col and .row-* classes to support flex-direction: column.
Bootstrap v4 - Add .col and .row-* classes to support flex-direction: column.
Jul 5, 2016
cgodo
changed the title
Bootstrap v4 - Add .col and .row-* classes to support flex-direction: column.
Bootstrap 4 - Add .col and .row-* classes to support flex-direction: column.
Jul 5, 2016
cvrebert
changed the title
Bootstrap 4 - Add .col and .row-* classes to support flex-direction: column.
Add .col and .row-* classes to support flex-direction: column.
Jul 6, 2016
I saw there is no support for flex-direction, not being set anywhere so it uses the default value of "row".
I suggest to add .col and .row-* classes to support flex-direction: column. Those classes would be the same as current .row and .col-* classes, except that .col class would use flex-direction: column.
So Bootstrap 4 could have (using xs and 12 for this example):
Of course, there should be some study about what do "xs", "md" and "lg" mean in the context of "column" layout. Media queries with screen height I suppose?
Cheers.
The text was updated successfully, but these errors were encountered: