fix: preserve newline character in alt text
This commit is contained in:
parent
04369c9da9
commit
1d1dab5b2a
@ -332,6 +332,7 @@ const previewableCount = props.mediaList.filter((media) =>
|
|||||||
overflow-x: clip;
|
overflow-x: clip;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pwsp__alt-text:empty {
|
.pwsp__alt-text:empty {
|
||||||
|
Loading…
Reference in New Issue
Block a user