UX: Fix "last visit" line overlap in Chrome (#13232)

This commit is contained in:
Kris 2021-06-01 17:33:29 -04:00 committed by GitHub
parent 461a2c334b
commit 9e5b8544a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@
}
td span {
position: relative; // Chrome needs this, otherwise the line is above the text
background-color: var(--secondary);
color: var(--danger-medium);
padding: 0 8px;