trim title with ellipsis

This commit is contained in:
Vyrtsev Mikhail
2019-01-07 13:06:35 +03:00
parent c0d3feed95
commit dd7436e005
@@ -5,6 +5,10 @@
color: #0e7e9d;
font-weight: bold;
text-decoration: none;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
display: block;
&:hover {
opacity: 0.75;