Added ellipsis for looong hashtags

This commit is contained in:
Nicolas Lœuillet 2017-04-25 11:30:34 +02:00
parent b5fa55f49d
commit e77af2f6df
No known key found for this signature in database
GPG Key ID: BDC1EFB5CA0145F2

View File

@ -231,7 +231,7 @@ body {
word-wrap: break-word; word-wrap: break-word;
} }
.ellipsis { .ellipsis, .hashtag {
display: block; display: block;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;