-
Bug
-
Resolution: Fixed
-
Low
-
8.5.0, 8.5.1, 8.5.3, 8.5.5
-
8.05
-
2
-
Severity 3 - Minor
-
Issue Summary
The Control Chart refine report section has a visual bug.
Steps to Reproduce
- Access a board
- Select the Control Chart report section
- Under Refine report, click on one of the boxes to choose additional filters.
Expected Results
The options come up without issues.
Actual Results
A visual bug occurs where the check-box comes up overlapping the name of the option:
Workaround
Adding the below CSS class in the announcement banner fixes the issue:
<style>.check-list-item {padding-left: 34px !important;}</style>
- relates to
-
JSWSERVER-20516 The "tick" box in the names of the Columns and Swimlane section of the Control chart is overlapping
- Closed