Actions
Defect #43674
closedUnintended global `ol` styling in changeset CSS
Resolution:
Fixed
Affected version:
Description
The CSS selector tr.changeset ul, ol at source:tags/6.1.1/app/assets/stylesheets/application.css#L440 unintentionally applies margin rules to all ol elements.
The attached patch fixes the selector so that list styling is properly scoped to tr.changeset.
Files
Actions