@@ -6,3 +6,4 @@ node_modules
lib
coverage
*.md
+*.scss
@@ -536,7 +536,7 @@
if (this.showSummary) {
return {
height: this.layout.tableHeight ? this.layout.tableHeight + 'px' : ''
- }
+ };
}
height: this.layout.viewportHeight ? this.layout.viewportHeight + 'px' : ''