Updated log merge logic to prevent duplicates.

This commit is contained in:
Mike Cao 2020-10-09 10:48:47 -07:00
parent 8e0ea48c87
commit 5dd3110fbf
5 changed files with 44 additions and 17 deletions

View file

@ -21,6 +21,7 @@
}
.row {
display: flex;
border-bottom: 1px solid var(--gray300);
padding: 10px 0;
}