Infra: don't wrap PEP numbers in PEP 0 tables (#2524)

Fixes #2520
This commit is contained in:
Hugo van Kemenade 2022-04-13 18:01:43 +03:00 committed by GitHub
parent 7a4c01e73d
commit 642ad67260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,9 @@ table td {
text-align: left;
padding: 0.25rem 0.5rem 0.2rem;
}
table tr td.num {
white-space: nowrap;
}
table td + td {
border-left: 1px solid var(--colour-rule-light);
}