Fix long links may break a column.
This commit is contained in:
parent
a57fa721bd
commit
3c7584306f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user