chore: preserve newline in MkInfo

This commit is contained in:
naskya 2023-10-02 00:16:01 +09:00
parent c3ffb4c52d
commit 58bd0e904f
No known key found for this signature in database
GPG Key ID: 164DFF24E2D40139

View File

@ -52,6 +52,7 @@ function close() {
display: flex;
align-items: center;
gap: 0.4em;
white-space: pre-line;
&.warn {
background: var(--infoWarnBg);