Set max-height to chat preview message
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
a63aa16472
commit
2489438ff4
1 changed files with 1 additions and 0 deletions
|
@ -487,6 +487,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
max-height: 19px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: var(--highlight-text-color);
|
color: var(--highlight-text-color);
|
||||||
|
|
Loading…
Reference in a new issue