Problem/Motivation
List (ul) dots are positioned above the content:

Steps to reproduce
Receive any status mail with a list in it.
Proposed resolution
Set UL LI and maybe also OL LI to list-style-position: outside.
OR
Set every direct child element inside the LI to inline-block (probably more prone to consequential errors).
Remaining tasks
Set "list-style-position: inside"-style on lists who really need this style
| Comment | File | Size | Author |
|---|---|---|---|
| open_social_base_theme_list_style_bug.png | 19.92 KB | thomas.frobieter |
Issue fork social-3193370
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
anybodyComment #4
anybodyJust ran into the same issue with our mails and can confirm this works perfectly and fixes the display issues. Please merge! :)
Comment #5
anybodyDamn sorry... overscrolled.
Comment #6
anybodyThis needs a reroll against 10.1.x
Comment #7
anybodyThis was fixed in 10.x, see https://git.drupalcode.org/issue/social-3193370/-/blob/10.0.x/themes/soc...
If the change was based on this issue, it would be nice to credit @thomas.frobieter.