Replies: 2 comments 1 reply
-
As far as I understood, the two subsequent elements somehow seem to be not on the first line? .first-line-mt-0::first-line {
margin-top: 0;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Margin is not alllowed, see https://developer.mozilla.org/en-US/docs/Web/CSS/::first-line#Allowable_properties In your example it makes no sense to use it, you could just use |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I'm trying to implement it with this code:
Or by analogy from your source code:
Then I add for the flex item that is on the first line:
Can you please tell me where I made a mistake?
Beta Was this translation helpful? Give feedback.
All reactions