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
Some pages we want to redesign have survey results displayed in tables.
Some of these tables can have many columns and are easier to read if each column is separated (especially if there are many responses)
Such tables can be seen at https://w3c.github.io/wbs-design/html/s24-qtypes-results.html#xq13 or https://w3c.github.io/wbs-design/html/s24-qtypes-results.html#xq15 for instance.
For this results page, I added the local css rule td, th { border-right: solid 1px #bdbdbd; }
Can a similar rule be added in the Design System so that it can be selected if needed ?
The text was updated successfully, but these errors were encountered:
NicolaSaunders
No branches or pull requests
Some pages we want to redesign have survey results displayed in tables.
Some of these tables can have many columns and are easier to read if each column is separated (especially if there are many responses)
Such tables can be seen at https://w3c.github.io/wbs-design/html/s24-qtypes-results.html#xq13 or https://w3c.github.io/wbs-design/html/s24-qtypes-results.html#xq15 for instance.
For this results page, I added the local css rule
td, th {
border-right: solid 1px #bdbdbd;
}
Can a similar rule be added in the Design System so that it can be selected if needed ?
The text was updated successfully, but these errors were encountered: