Hide overflow text (#10159)

Hide overflow text caused be unbreakable words and urls (notification-comment-reacted-link)
This commit is contained in:
Andrew Bone 2020-09-02 15:22:07 +01:00 committed by GitHub
parent 3474ffda6d
commit a6d01f3215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,6 +148,8 @@
max-width: 100%;
display: inline-block;
margin-bottom: 3px;
overflow: hidden;
text-overflow: ellipsis;
&:hover {
@include themeable(
background,