added
This commit is contained in:
parent
3cc1b385b8
commit
77f1011123
2 changed files with 10 additions and 0 deletions
|
|
@ -48,6 +48,11 @@ div {
|
|||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.plain {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.plain div {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,6 +48,11 @@ div {
|
|||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.plain {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.plain div {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue