Chat link style fixes

This commit is contained in:
Alex Gleason
2020-08-27 00:33:57 -05:00
parent 8b621d30fc
commit 0e21cf26f4

View File

@ -110,6 +110,12 @@
max-width: 70%;
border-radius: 10px;
background-color: var(--background-color);
overflow: hidden;
text-overflow: ellipsis;
a {
color: var(--brand-color--hicontrast);
}
}
&--me .chat-message__bubble {