Skip to content

Commit 8378ea8

Browse files
committed
Corrected checkbox vertical alignment in IE 11
1 parent 9fd32de commit 8378ea8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,14 @@ h3 {
118118
width: 250px;
119119
}
120120

121-
.resultSummary li:before {
122-
padding-right: 5px;
121+
.resultSummary li {
122+
clear: both;
123123
}
124124

125+
.resultSummary li:before {
126+
padding-right: 5px;
127+
}
128+
125129
.storySummary div.summaryLine,
126130
.scenarioSummary div.summaryLine {
127131
margin-left: 20px;
@@ -340,4 +344,4 @@ input.cbx_toggle {
340344
border-radius: 5px;
341345
background-color: #f0f0f0;
342346
display: inline-block;
343-
}
347+
}

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)