Skip to content

Commit cb5cdb2

Browse files
committed
Corrected summary vertical alignment
Added an additional 5px margin-left to accomodate for the 5px padding-right assigned to each icon in the list.
1 parent 8378ea8 commit cb5cdb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ h3 {
128128

129129
.storySummary div.summaryLine,
130130
.scenarioSummary div.summaryLine {
131-
margin-left: 20px;
131+
margin-left: 25px;
132132
}
133133

134134
div#generatedAt {

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)