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
Following up on this article on how to format a Definition List and some other stackoverflow suggestions... I found this to be pretty nice: https://jsbin.com/kuyawicuno/2/edit?html,css,output
Thinking maybe that you should incorporate it to the default style
The text was updated successfully, but these errors were encountered:
please assign me this issue. I want to start working on it immediately.
Sorry, something went wrong.
Can you explain in a more detail manner as to what exactly needs to be done here ? I'm still confused, I'd like to contribute
Simply adding:
dl { display: grid; align-items: baseline; } dt { grid-column: 1; text-align: right; } dd { grid-column: 2; margin-inline-start: 10px; } dd * { width: 100%; box-sizing: border-box; }
Please assign me to this issue
No branches or pull requests
Following up on this article on how to format a Definition List and some other stackoverflow suggestions... I found this to be pretty nice: https://jsbin.com/kuyawicuno/2/edit?html,css,output
Thinking maybe that you should incorporate it to the default style
The text was updated successfully, but these errors were encountered: