style(web): drop border on empty-row td in logs tables
This commit is contained in:
@@ -376,6 +376,10 @@
|
|||||||
background-color: rgba(0, 255, 65, 0.03);
|
background-color: rgba(0, 255, 65, 0.03);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logs-table tr.empty-row td {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
.raw-line {
|
.raw-line {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user