UX: Fix "last visit" line overlap in Chrome (#13232)
This commit is contained in:
parent
461a2c334b
commit
9e5b8544a1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue