Updated realtime logs component.

This commit is contained in:
Mike Cao 2020-10-10 01:28:26 -07:00
parent a039f405b6
commit f2cfab5078
21 changed files with 23 additions and 24 deletions

View file

@ -1,5 +1,6 @@
.table {
font-size: var(--font-size-xsmall);
overflow: hidden;
}
.header {
@ -32,10 +33,8 @@
}
.website {
min-width: 120px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-align: right;
padding-right: 20px;
}
.detail {