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
Using the template 'default', I need to have multiple headers/lists in the sidebar related content, see the code in the first screenshot.
In the Design System, there is no margin-top for the headers (h2 in this case), that makes the related content not very clear (second screenshot)
I made a test adding a local margin-top for the h2 except the first one and the result is better (screenshots 3 and 4)
Could you add a generic css rule that can add such a margin-top when using multiple headers in the related content ?
The text was updated successfully, but these errors were encountered:
@NicolaSaunders FYI the idea is to be able to have different sections in the right menu.
@lcarcone's example comes from: https://w3c.github.io/wbs-design/html/s24-qtypes.html but @deniak also identified other pages that would benefit from having a more structured menu.
Sorry, something went wrong.
NicolaSaunders
No branches or pull requests
Using the template 'default', I need to have multiple headers/lists in the sidebar related content, see the code in the first screenshot.
In the Design System, there is no margin-top for the headers (h2 in this case), that makes the related content not very clear (second screenshot)
I made a test adding a local margin-top for the h2 except the first one and the result is better (screenshots 3 and 4)
Could you add a generic css rule that can add such a margin-top when using multiple headers in the related content ?
The text was updated successfully, but these errors were encountered: