This commit is contained in:
Dooho Yi 2021-01-09 18:34:43 +09:00
parent 3cc1b385b8
commit 77f1011123
2 changed files with 10 additions and 0 deletions

View file

@ -48,6 +48,11 @@ div {
margin-bottom: 1em; margin-bottom: 1em;
} }
.plain {
display: flex;
flex-direction: column;
}
.plain div { .plain div {
white-space: pre-line; white-space: pre-line;
} }

View file

@ -48,6 +48,11 @@ div {
margin-bottom: 1em; margin-bottom: 1em;
} }
.plain {
display: flex;
flex-direction: column;
}
.plain div { .plain div {
white-space: pre-line; white-space: pre-line;
} }