Chat link style fixes
This commit is contained in:
parent
8b621d30fc
commit
0e21cf26f4
|
@ -110,6 +110,12 @@
|
||||||
max-width: 70%;
|
max-width: 70%;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: var(--background-color);
|
background-color: var(--background-color);
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--brand-color--hicontrast);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&--me .chat-message__bubble {
|
&--me .chat-message__bubble {
|
||||||
|
|
Loading…
Reference in New Issue