Added line-break support
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
RakVhalate 2022-11-26 20:46:58 +10:00
parent eb577cc056
commit 4f38fb65c8
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -1,4 +1,5 @@
.post { .post {
white-space: pre-wrap;
border-width: 1px; border-width: 1px;
border-color: rgb(190,190,190); border-color: rgb(190,190,190);
border-style: solid; border-style: solid;