Break headline on featured comments plugin.

If a headline is too long, we need to break it to fit the tooltip
content box.
This commit is contained in:
Leandro Vasco da Rocha
2019-06-20 13:24:05 +02:00
parent b4ad78fd65
commit b283595c97
@@ -38,13 +38,15 @@
color: #484747;
display: inline-block;
margin: 0;
padding: 0;
padding: 0 16px 0 0;
font-size: 1.02em;
margin-left: 6px;
letter-spacing: 0.2px;
vertical-align: middle;
margin-bottom: 2px;
line-height: 22px;
box-sizing: border-box;
white-space: pre-wrap;
}
.icon {