style(web): vertically center empty-state in logs table

This commit is contained in:
2026-04-22 17:32:53 -04:00
parent 1472f1da0a
commit b802d59c70

View File

@@ -378,6 +378,12 @@
.logs-table tr.empty-row td {
border-bottom: none;
height: 360px;
}
.logs-table tr.empty-row .empty-state {
height: 100%;
min-height: 0;
}
.raw-line {