Tweak spec duration margin

This commit is contained in:
Steve Gravrock
2025-08-30 12:37:15 -07:00
parent fbaba902dc
commit 3bcbc2e3af
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ body {
content: "• "; content: "• ";
} }
.jasmine_html-reporter .jasmine-specs li .jasmine-spec-duration { .jasmine_html-reporter .jasmine-specs li .jasmine-spec-duration {
margin-left: 14px; margin-left: 1em;
} }
.jasmine_html-reporter .jasmine-description + .jasmine-suite { .jasmine_html-reporter .jasmine-description + .jasmine-suite {
margin-top: 0; margin-top: 0;

View File

@@ -333,7 +333,7 @@ body {
} }
.jasmine-spec-duration { .jasmine-spec-duration {
margin-left: $margin-unit; margin-left: 1em;
} }
} }
} }