Skip to content

Commit 29fab87

Browse files
committed
styles update
1 parent 0719924 commit 29fab87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Renderer/Behat2Renderer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ public function getCSS()
405405
}
406406
#behat .feature {
407407
margin:15px;
408+
margin-top: 84px;
408409
}
409410
#behat h2, #behat h3, #behat h4 {
410411
margin:0px 0px 5px 0px;
@@ -577,7 +578,7 @@ public function getCSS()
577578
}
578579
#behat .summary {
579580
position: absolute;
580-
top: 0px;
581+
top: 45px;
581582
left: 0px;
582583
width:100%;
583584
font-family: Arial, sans-serif;

0 commit comments

Comments
 (0)