From aa325e9807d1d8adc0128fe7c03fba5183f89377 Mon Sep 17 00:00:00 2001 From: Vincent Widmer Date: Wed, 26 Sep 2018 07:54:08 +0200 Subject: [PATCH 1/2] Add line breaks in card-text live feed --- src/client/stylesheets/custom.css | 4 ++++ 1 file changed, 4 insertions(+) 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: "/"; From f58d272e24f2e7d56d3535f9f99d442c665bc648 Mon Sep 17 00:00:00 2001 From: Vincent Widmer Date: Wed, 26 Sep 2018 07:54:38 +0200 Subject: [PATCH 2/2] Update version --- src/private/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }