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;
}
.plain {
display: flex;
flex-direction: column;
}
.plain div {
white-space: pre-line;
}

View file

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