Skip to content

Commit 5ace90a

Browse files
committed
Fixes #45 - status icons in the summary pane
1 parent df0ad68 commit 5ace90a

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)