diff --git a/assets/components.d.ts b/assets/components.d.ts
index fa40e051..12a9c468 100644
--- a/assets/components.d.ts
+++ b/assets/components.d.ts
@@ -49,6 +49,7 @@ declare module 'vue' {
LogAnalytics: typeof import('./components/LogViewer/LogAnalytics.vue')['default']
LogDate: typeof import('./components/LogViewer/LogDate.vue')['default']
LogDetails: typeof import('./components/LogViewer/LogDetails.vue')['default']
+ LogItem: typeof import('./components/LogViewer/LogItem.vue')['default']
LogLevel: typeof import('./components/LogViewer/LogLevel.vue')['default']
LogList: typeof import('./components/LogViewer/LogList.vue')['default']
LogMessageActions: typeof import('./components/LogViewer/LogMessageActions.vue')['default']
diff --git a/assets/components/LogViewer/ComplexLogItem.vue b/assets/components/LogViewer/ComplexLogItem.vue
index 2f5fa3e1..456e238b 100644
--- a/assets/components/LogViewer/ComplexLogItem.vue
+++ b/assets/components/LogViewer/ComplexLogItem.vue
@@ -1,30 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
- {{ name }}=<null>
-
-
-
-
-
- - all values are hidden
-
-
-
+
+
+ -
+ {{ name }}=<null>
+
+
+
+
+
+ - all values are hidden
+
+
+
diff --git a/assets/components/LogViewer/LogStd.vue b/assets/components/LogViewer/LogStd.vue
index 58e3a25c..bd7dd045 100644
--- a/assets/components/LogViewer/LogStd.vue
+++ b/assets/components/LogViewer/LogStd.vue
@@ -1,5 +1,5 @@
-
+
{{ std }}
diff --git a/assets/components/LogViewer/SimpleLogItem.vue b/assets/components/LogViewer/SimpleLogItem.vue
index ee08431d..5581e593 100644
--- a/assets/components/LogViewer/SimpleLogItem.vue
+++ b/assets/components/LogViewer/SimpleLogItem.vue
@@ -1,9 +1,5 @@
-
+
-
diff --git a/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap b/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap
index b5608d53..ef3b8b89 100644
--- a/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap
+++ b/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap
@@ -3,15 +3,15 @@
exports[` > render html correctly > should render dates with 12 hour style 1`] = `
"
-
-
+
-
+
-
-
foo bar
-
@@ -22,15 +22,15 @@ exports[`
> render html correctly > should render dates
exports[`
> render html correctly > should render dates with 24 hour style 1`] = `
"
-
-
+
-
+
-
-
foo bar
-
@@ -41,15 +41,15 @@ exports[`
> render html correctly > should render dates
exports[`
> render html correctly > should render messages 1`] = `
"
-
-
+
-
+
-
-
This is a message.
-
diff --git a/assets/components/ScrollableView.vue b/assets/components/ScrollableView.vue
index 7ced5c66..21e98573 100644
--- a/assets/components/ScrollableView.vue
+++ b/assets/components/ScrollableView.vue
@@ -23,7 +23,7 @@