mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user