We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e7d9c commit 9c0f2e2Copy full SHA for 9c0f2e2
GitHubA11yFixes.user.js
@@ -148,7 +148,7 @@ const DYNAMIC_TWEAKS = [
148
tweak: el => el.setAttribute("role", "table")},
149
{selector: '.Box-row',
150
tweak: el => el.setAttribute("role", "row")},
151
- {selector: '.Box-row .d-table',
+ {selector: '.Box-row .d-flex',
152
tweak: el => {
153
// There's one of these inside every row. It's purely presentational.
154
makePresentational(el);
0 commit comments