diff --git a/src/client/stylesheets/custom.css b/src/client/stylesheets/custom.css index 0f7d2be..5a73589 100644 --- a/src/client/stylesheets/custom.css +++ b/src/client/stylesheets/custom.css @@ -77,6 +77,10 @@ a, button { font-weight: 500 !important; } +.card-text { + white-space: pre-line; +} + .strikethrough:after { position: absolute; content: "/"; diff --git a/src/private/version.json b/src/private/version.json index 9f9c308..62965d1 100644 --- a/src/private/version.json +++ b/src/private/version.json @@ -1,3 +1,3 @@ { - "version": "1.27" + "version": "1.28" }