Add preserve-whitespace CSS tag

This commit is contained in:
Kylie 2021-07-31 13:15:49 -04:00
parent 7af7a7b575
commit f2186d6861

View file

@ -72,6 +72,10 @@ body {
flex-grow: 1;
}
.preserve-whitespace p {
white-space: pre-wrap !important;
}
/** Shelving
******************************************************************************/