Issue Summary

      The Control Chart refine report section has a visual bug.

      Steps to Reproduce

      1. Access a board
      2. Select the Control Chart report section
      3. 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>

          Form Name

            [JSWSERVER-20346] Control Chart refine report visual bug

            To "fix" the empty space created by the workaround in the announcement banner:

            <style> 
            .check-list-item {padding-left: 34px !important;} 
            
            #announcement-banner {
              padding: 0px !important;
              border-bottom: none !important;
            }
            
            </style>

             
            How to remove the gap caused by using CSS or Javascript in the announcement banner

            Pietro Lemes added a comment - To "fix" the empty space created by the workaround in the announcement banner: <style> .check-list-item {padding-left: 34px !important;} #announcement-banner { padding: 0px !important; border-bottom: none !important; } </style>   How to remove the gap caused by using CSS or Javascript in the announcement banner

              dborshchov Dmytro Borshchov
              bpicarelli Benito Picarelli
              Affected customers:
              1 This affects my team
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: