Right Search: Fix message text overflow (#1689)
This commit is contained in:
parent
5279bbe1fb
commit
19cb5101da
@ -30,6 +30,7 @@
|
|||||||
background: #CAE3F7;
|
background: #CAE3F7;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
padding: 0 0.125rem;
|
padding: 0 0.125rem;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
.theme-dark & {
|
.theme-dark & {
|
||||||
--color-text: #000;
|
--color-text: #000;
|
||||||
|
|||||||
@ -285,6 +285,7 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LastMessageMeta {
|
.LastMessageMeta {
|
||||||
@ -301,6 +302,7 @@
|
|||||||
background: #CAE3F7;
|
background: #CAE3F7;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
padding: 0 0.125rem;
|
padding: 0 0.125rem;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
.theme-dark & {
|
.theme-dark & {
|
||||||
--color-text: #000;
|
--color-text: #000;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user