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 authored and happz committed Jan 10, 2025
1 parent 062b6d8 commit 42f988c
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 42f988c

Please sign in to comment.