Add styling rule to field-list for vertical alignment by WangRemy · Pull Request #296 · python/python-docs-theme
python / python-docs-theme Public
-
-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
wants to merge 1 commit into
Closed
Add styling rule to field-list for vertical alignment#296
wants to merge 1 commit into
Add styling rule to field-list for vertical alignment#296
wants to merge 1 commit into
Conversation
Fixes #289
Before
After
📚 Documentation preview 📚: https://python-docs-theme-previews--296.org.readthedocs.build/
hugovk
commented
Feb 13, 2026
hugovk commented
Member
Thanks for the PR, please also check other places this style is used, for example:
| /* Below for most things in text */ | ||
|
|
||
| dl.field-list > dt { | ||
| align-self: center; |
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this is redundant, it is inherited anyway. But, as Hugo noted, this is currently broken either way.
pradyunsg
mentioned this pull request
StanFromIreland
commented
Apr 14, 2026
StanFromIreland commented
Member
Closed in favour of #303.
StanFromIreland
closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

