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
Since there are two columns inside a column of a two column grid, one would expect to get three grid item blocks, where the third is as wide as the first two combined. However, in this specific case, this doesn't happen, and the two items in the nested grid appear one below the other.
I've created a fiddle to demonstrate this, as well as two examples where this doesn't happen - it only happens when the parent grid is middle aligned and when the nested grid has a given column width, i. e. two column wide.
The text was updated successfully, but these errors were encountered:
As a side note from your example, the keyword for column sizing is (x) columnnot(x) column wide. This doesn't affect the bugs appearance but is worth noting. http://jsfiddle.net/ng49ebq1/
Consider the following code:
Since there are two columns inside a column of a two column grid, one would expect to get three grid item blocks, where the third is as wide as the first two combined. However, in this specific case, this doesn't happen, and the two items in the nested grid appear one below the other.
I've created a fiddle to demonstrate this, as well as two examples where this doesn't happen - it only happens when the parent grid is middle aligned and when the nested grid has a given column width, i. e. two column wide.
The text was updated successfully, but these errors were encountered: