Skip to content

Commit

Permalink
Merge pull request #1294 from mvdbeek/fix_css_display_for_html_reports
Browse files Browse the repository at this point in the history
Fix disclosure css for summary elements
  • Loading branch information
mvdbeek committed Oct 19, 2022
2 parents c45d89e + 6ec13fc commit 16104f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion planemo/reports/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,16 @@ table tr th :last-child, table tr td :last-child {
margin-top: 0;
}

summary {
display: revert;
}

ul {
list-style-type: none;
padding-left: 10px;
}

li {
list-style-type: none;
padding: 2px;
}

Expand Down

0 comments on commit 16104f2

Please sign in to comment.