This commit is contained in:
2020-08-17 19:07:53 +00:00
parent fb5f5679bb
commit 72411fa4a4
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
body,
html,
.app {
height: 100%;
}
.multi-line {
white-space: pre-line;
}