Fix white space in caption

This commit is contained in:
Eduard Kuzmenko 2021-08-27 03:04:54 +03:00
parent 73891c2cab
commit 9aae6316cf
2 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,6 @@ $chat-helper-size: 36px;
resize: none;
border: none;
outline: none;
white-space: pre-wrap;
font-size: var(--messages-text-size);
line-height: var(--line-height);

View File

@ -854,6 +854,7 @@ img.emoji {
user-select: text;
outline: none;
cursor: text;
white-space: pre-wrap;
}
[contenteditable][data-placeholder] {