Skip to content

Commit 0019871

Browse files
committed
style: add a little styling to not clip numbers
Signed-off-by: Mike Fiedler <[email protected]>
1 parent 7a9ec65 commit 0019871

File tree

1 file changed

+4
-0
lines changed
  • pep_sphinx_extensions/pep_theme/static

1 file changed

+4
-0
lines changed

pep_sphinx_extensions/pep_theme/static/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,10 @@ dl.footnote > dd {
427427
padding-bottom: 2rem;
428428
font-weight: bold;
429429
}
430+
/* Pagefind search results */
431+
.pagefind-ui__result {
432+
padding-left: 1em;
433+
}
430434

431435
.reference.external > strong {
432436
font-weight: normal; /* Fix strong links for :pep: and :rfc: roles */

0 commit comments

Comments
 (0)