1
0
Fork 0

Fix long links may break a column.

This commit is contained in:
Nicolas Perriault 2017-05-12 12:42:18 +02:00
parent a57fa721bd
commit 3c7584306f
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 4 additions and 0 deletions

View File

@ -213,6 +213,10 @@ li.load-more {
.status-text a, .u-url, .status .mention, .hashtag, .tag {
color: #9baec8;
white-space: pre-wrap;
word-wrap: break-word;
overflow: hidden;
text-overflow: ellipsis;
}
/* Thread */