Fix reaction zap message length in modal

This commit is contained in:
Bojan Mojsilovic 2024-04-26 14:29:58 +02:00
parent 3eacab8fc3
commit 513accfedd

View File

@ -236,7 +236,7 @@
font-size: 15px; font-size: 15px;
font-weight: 400; font-weight: 400;
line-height: 18px; line-height: 18px;
max-width: 248px; max-width: 448px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;