Skip to content

Remove unused burndown chart CSS

Simon Knox requested to merge burndown-unused-styles into master

What does this MR do?

  • Move margin on .burndown-chart to a util class
  • Remove width: 100% (it's a div)
  • Remove .axis-* styles as these elements don't exist since the chart was moved to echarts
Edited by Coung Ngo

Merge request reports