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
Updated by Go MAEDA about 1 month ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the fix in r24320.
Updated by Go MAEDA about 1 month ago
- Status changed from Resolved to Closed
- Target version changed from 6.0.9 to 6.1.2
Merged the fix into 6.1-stable in r24344.
Actions