Skip to content

Commit

Permalink
bug(report): fix list style
Browse files Browse the repository at this point in the history
Violations list of possible remedies has list-style-type of circle

Fixes #128
  • Loading branch information
marisademeglio committed Dec 23, 2017
1 parent 434d9c2 commit 70ae5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ace-report/src/resources/report-template.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
#violations-summary-stats-table {
width: 30%;
}
#violations ul li{
display: inline-block;
#violations ul {
list-style-type: circle;
}
#filters span, #filters select {
Expand Down

0 comments on commit 70ae5e2

Please sign in to comment.