styles: add white-spaces

This commit is contained in:
unknown 2021-09-08 21:58:35 +07:00
parent 69d5e64dea
commit 98c08910ad
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
} }
} }
.contentContainer { .contentContainer {
@apply hidden pb-16; @apply hidden pb-16 whitespace-pre-line;
padding-top: 1.6rem; padding-top: 1.6rem;
} }
@keyframes ContentAnimationIn { @keyframes ContentAnimationIn {

View File

@ -19,7 +19,7 @@
} }
} }
.content { .content {
@apply pb-16; @apply pb-16 whitespace-pre-line;
padding-top: 1.6rem; padding-top: 1.6rem;
} }
} }