Replies: 1 comment
-
Sorry, just saw the answer here. Apologies for not checking the existing discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Class
col-span-2
corresponds to styleI think it should be
or
Because at least one of the
grid-column-start
andgrid-column-end
has to be an absolute value, e.g. a grid line. If they are both number of tracks (relative values) how does the browser know where to place the item?Beta Was this translation helpful? Give feedback.
All reactions