added room name text ellipsis

This commit is contained in:
Mushka Nikita 2023-06-01 14:25:10 +03:00
parent 931b7619ae
commit faba786447

View File

@ -113,6 +113,9 @@ const StyledHistoryBlockMessage = styled.div`
strong {
font-weight: 600;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.main-message {