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
{{ message }}
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
@HuemanF I believe this is simply due to how the SCSS is structured. The resulting behavior for grid-block (flex-flow: row nowrap) is intended. If you wish to have flex-flow: row wrap, you can use the wrap class in combination with the grid-block class. You can review the docs for grid-block to get a better understand of the functionality.
On Fri, Jul 29, 2016, 7:52 PM Brian Soumakian [email protected]
wrote:
@HuemanF https://github.com/HuemanF I believe this is simply due to how
the SCSS is structured. The resulting behavior for grid-block (flex-flow:
row nowrap) is intended. If you wish to have flex-flow: row wrap, you can
use the wrap class in combination with the grid-block class. You can
review the docs for grid-block https://base-apps.github.io/angular-base-apps/#!/grid to get a better
understand of the functionality.
when compiled, grid-block ends up with:
flex-flow: row wrap;
flex-wrap: nowrap; <------this should be removed imho as it is unintended . or not
The text was updated successfully, but these errors were encountered: