Skip to content

Commit 04bf7b8

Browse files
committed
Made summary counts align-right
1 parent cb5cdb2 commit 04bf7b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

TestStack.BDDfy/Reporters/Html/Scripts/classic.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ li {
9494
margin: 10px 5px 0px;
9595
}
9696

97+
.summaryCount {
98+
position: absolute;
99+
width: 32px;
100+
text-align: right;
101+
}
102+
97103
.summaryLine {
98104
display: inline-block;
99105
}

TestStack.BDDfy/Reporters/Html/Scripts/classic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)