#306 - fix conversation arrow smushed in notifications panel

This commit is contained in:
Xiaofeng An 2019-02-02 21:49:07 -05:00
parent 75b8b5d1eb
commit 1e40e70efc
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@
color: var(--link, $fallback--link); color: var(--link, $fallback--link);
max-width: 100%; max-width: 100%;
a { a {
min-width: 17px;
max-width: 100%; max-width: 100%;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;