Skip to content

Commit

Permalink
Adjust padding & margin for the notes list
Browse files Browse the repository at this point in the history
Otherwise it expands the table cells a bit too much.
  • Loading branch information
psss committed Jan 10, 2025
1 parent 2026f15 commit 20a55f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tmt/steps/report/html/template.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
width: 22ex;
}
#results ul {
margin: 0px;
padding-inline-start: 16px;
}
.context-dimension {
display: inline-block;
text-align: center;
Expand Down

0 comments on commit 20a55f1

Please sign in to comment.