Right Search: Fix message text overflow (#1689)

This commit is contained in:
Alexander Zinchuk 2022-02-02 22:49:39 +01:00
parent 5279bbe1fb
commit 19cb5101da
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
background: #CAE3F7;
border-radius: 0.25rem;
padding: 0 0.125rem;
display: inline-block;
.theme-dark & {
--color-text: #000;

View File

@ -285,6 +285,7 @@
white-space: nowrap;
text-overflow: ellipsis;
text-align: left;
display: block;
}
.LastMessageMeta {
@ -301,6 +302,7 @@
background: #CAE3F7;
border-radius: 0.25rem;
padding: 0 0.125rem;
display: inline-block;
.theme-dark & {
--color-text: #000;