Fix white space in caption
This commit is contained in:
parent
46ff2ee5fc
commit
60bb07ff0f
@ -127,7 +127,6 @@ $chat-helper-size: 36px;
|
|||||||
resize: none;
|
resize: none;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
white-space: pre-wrap;
|
|
||||||
font-size: var(--messages-text-size);
|
font-size: var(--messages-text-size);
|
||||||
line-height: var(--line-height);
|
line-height: var(--line-height);
|
||||||
|
|
||||||
|
@ -854,6 +854,7 @@ img.emoji {
|
|||||||
user-select: text;
|
user-select: text;
|
||||||
outline: none;
|
outline: none;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
[contenteditable][data-placeholder] {
|
[contenteditable][data-placeholder] {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user