Commit 7493dbb
committed
docs(pytest-plugin[css]): fix card text bleed from Furo theme overrides
why: Furo sets text-indent: -35px (hanging indent for wrapped
signatures) and margin: 0 -4px (negative side margins) on dt elements.
Both cause fixture card content to bleed outside the card border on
the left side.
what:
- Reset text-indent: 0 and margin: 0 on dl.py.fixture > dt
- Add padding-left: 1rem for consistent left spacing
- Use !important on dd margin-left: 0 to override Furo's 32px default1 parent f548714 commit 7493dbb
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
472 | 481 | | |
473 | 482 | | |
474 | | - | |
| 483 | + | |
475 | 484 | | |
476 | 485 | | |
477 | 486 | | |
| |||
0 commit comments