Problem/Motivation
A recent job posting of ours has the Drupal contributions section <ul> element misformatted. https://jobs.drupal.org/agile-six-applications-inc/job/16106. See screenshot here:

Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| 2020-07-28_11-47.png | 78.11 KB | elijah lynn |
Issue fork drupalorg-3162009
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 #2
elijah lynnComment #3
drummThe two lists are now consistently-styled.
Comment #4
elijah lynnAwesome, thanks Neil!
Was it something to do with my formatting or CSS?
Comment #5
drummCSS, the body field overrides the default ul styles for the site, but the Drupal Contributions field did not do the same.
Comment #6
elijah lynnThanks for clarifying, cheers!