File tree Expand file tree Collapse file tree 5 files changed +20
-9
lines changed
Expand file tree Collapse file tree 5 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 1+ # 0.1.6 (10/17/2017)
2+
3+ - fixes a styling issue when trying to display an assertion without a parent as the first item in the list
4+
15# 0.1.5 (10/17/2017)
26
37- moves font-awesome to dependencies
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11{
22 "name" : " tap-html" ,
3- "version" : " 0.1.5 " ,
3+ "version" : " 0.1.6 " ,
44 "description" : " 📊 an html tap reporter" ,
55 "author" : " Gabriel J. Csapo <gabecsapo@gmail.com>" ,
66 "license" : " ISC" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class Plan extends React.Component {
2222 style [ 'paddingLeft' ] = '15px' ;
2323 style [ 'paddingBottom' ] = '25px' ;
2424 } else {
25- style [ 'paddingTop ' ] = '10px ' ;
25+ style [ 'marginTop ' ] = '60px ' ;
2626 style [ 'paddingBottom' ] = '10px' ;
2727 }
2828
Original file line number Diff line number Diff line change 11/* Overrides */
2+
23html , body {
3- margin : 0 ;
4- padding : 0 ;
5- font-family : 'Open Sans' , Helvetica, sans-serif;
6- width : 100% ;
7- height : 100% ;
4+ margin : 0 ;
5+ padding : 0 ;
6+ font-family : 'Open Sans' , Helvetica, sans-serif;
7+ width : 100% ;
8+ height : 100% ;
89}
10+
911h1 , h3 {
1012 margin-bottom : 0px ;
1113 margin-top : 0px ;
1214}
15+
1316.navbar {
1417 position : fixed;
1518 top : 0 ;
1619}
20+
1721.navbar-title {
1822 margin-top : 25px !important ;
1923}
24+
2025# root {
21- padding-bottom : 60px ;
26+ padding-bottom : 60px ;
2227}
28+
2329.list , .list-item {
2430 border-radius : 0 !important ;
2531 border-right : 0 !important ;
2632 border-left : 0 !important ;
2733}
34+
2835.badge {
2936 height : 25px ;
3037 width : 25px ;
You can’t perform that action at this time.
0 commit comments