Hide overflow text (#10159)
Hide overflow text caused be unbreakable words and urls (notification-comment-reacted-link)
This commit is contained in:
parent
3474ffda6d
commit
a6d01f3215
1 changed files with 2 additions and 0 deletions
|
|
@ -148,6 +148,8 @@
|
|||
max-width: 100%;
|
||||
display: inline-block;
|
||||
margin-bottom: 3px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
&:hover {
|
||||
@include themeable(
|
||||
background,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue