We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As you can see first column is not in the line with the second column. The problem is with the first element, he has useless margin-top option
margin-top
I couldn't find the code to your markup engine, that's why I created issue, but not a PR.
My suggestion is:
.mb-2, .my-2:first-of-type { margin-top: 0; }
This should work.
Thank you guys! You are great 👍
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First element of the list breaks the markup
As you can see first column is not in the line with the second column. The problem is with the first element, he has useless
margin-top
optionI couldn't find the code to your markup engine, that's why I created issue, but not a PR.
My suggestion is:
This should work.
Thank you guys! You are great 👍
The text was updated successfully, but these errors were encountered: