style(web): drop border on empty-row td in logs tables

This commit is contained in:
2026-04-22 17:31:50 -04:00
parent 070ad9397c
commit 1472f1da0a

View File

@@ -376,6 +376,10 @@
background-color: rgba(0, 255, 65, 0.03);
}
.logs-table tr.empty-row td {
border-bottom: none;
}
.raw-line {
max-width: 400px;
overflow: hidden;