diff --git a/assets/components/LogViewer/LogList.vue b/assets/components/LogViewer/LogList.vue
index fe5210da..9c285db9 100644
--- a/assets/components/LogViewer/LogList.vue
+++ b/assets/components/LogViewer/LogList.vue
@@ -97,6 +97,10 @@ useIntersectionObserver(
> li {
@apply py-0;
}
+
+ :deep(.tag) {
+ @apply rounded-none;
+ }
}
}
diff --git a/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap b/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap
index bd1bb831..718015db 100644
--- a/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap
+++ b/assets/components/LogViewer/__snapshots__/EventSource.spec.ts.snap
@@ -6,7 +6,7 @@ exports[`