Skip to content

Commit cf4d1e1

Browse files
committed
Merge pull request #46 from MehdiK/html-report-fixes
Fixes #45 - status icons in the summary pane
2 parents df0ad68 + 5ace90a commit cf4d1e1

File tree

1 file changed

+7
-1
lines changed
  • TestStack.BDDfy/Processors/Reporters/Html

1 file changed

+7
-1
lines changed

TestStack.BDDfy/Processors/Reporters/Html/BDDfy.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,13 @@ h3
122122
.resultSummary
123123
{
124124
display: inline-block;
125-
width:220px;
125+
width:250px;
126+
}
127+
128+
.resultSummary li:before
129+
{
130+
float: left;
131+
padding-right: 5px;
126132
}
127133

128134
.storySummary div.summaryLine,

0 commit comments

Comments
 (0)