When hovering over a past title, the ellipsis is removed.

Refs #150
remotes/origin/master
echarp 4 years ago
parent f749ba984e
commit 01df7f1109

@ -38,6 +38,11 @@ body.events.index table
overflow: hidden
white-space: nowrap
text-overflow: ellipsis
&:hover
display: inline
z-index: 10000
overflow: initial
background-color: #A1C3E7
&.today
border: 1px solid #FFB578
background-color: #FFE0C7

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save