Skip to content

Commit 9c0f2e2

Browse files
committed
GitHub: Fix broken issue listing tables... again.
1 parent 65e7d9c commit 9c0f2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitHubA11yFixes.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const DYNAMIC_TWEAKS = [
148148
tweak: el => el.setAttribute("role", "table")},
149149
{selector: '.Box-row',
150150
tweak: el => el.setAttribute("role", "row")},
151-
{selector: '.Box-row .d-table',
151+
{selector: '.Box-row .d-flex',
152152
tweak: el => {
153153
// There's one of these inside every row. It's purely presentational.
154154
makePresentational(el);

0 commit comments

Comments
 (0)