diff --git a/assets/vue/ReportMetadata.vue b/assets/vue/ReportMetadata.vue
index b824958726..b28ee5a032 100644
--- a/assets/vue/ReportMetadata.vue
+++ b/assets/vue/ReportMetadata.vue
@@ -162,43 +162,39 @@
-
-
-
-
- {{ action.name }} |
- {{ action.result }} |
- {{ action.state }} |
- {{ action.reviewing_user }} |
-
- {{ action.created }}
- |
-
-
-
-
-
-
-
-
- |
- {{ prev.result }} |
- {{ prev.state }} |
- {{ prev.reviewing_user }} |
-
- {{ prev.created }}
- |
-
-
-
-
+
+
+
+ {{ action.name }} |
+ {{ action.result }} |
+ {{ action.state }} |
+ {{ action.reviewing_user }} |
+
+ {{ action.created }}
+ |
+
+
+
+
+
+
+ |
+ {{ prev.result }} |
+ {{ prev.state }} |
+ {{ prev.reviewing_user }} |
+
+ {{ prev.created }}
+ |
+
+
+
-
+
-
+
{{ file.file }}
@@ -393,4 +389,10 @@ export default {
.transparent-table {
--bs-table-bg: transparent !important;
}
+#spec-files table {
+ margin: 0;
+}
+#spec-files table + table {
+ margin-top: 1rem;
+}
| |