Message Input: Fix redundant space characters in multiline text (#1581)

This commit is contained in:
Alexander Zinchuk 2021-12-13 15:36:34 +01:00
parent 568a4fc88e
commit dd4fcfd500

View File

@ -388,6 +388,7 @@
max-height: 26rem;
line-height: 1.3125;
padding: calc((3.5rem - var(--composer-text-size, 1rem) * 1.3125) / 2) 0;
white-space: pre-wrap;
@media (max-width: 600px) {
height: 2.875rem;