From 02d5cd2bee0f8629e39bdb061953f285b277f012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 8 Nov 2021 15:04:50 +0000 Subject: [PATCH] Display full text of Form responses --- www/form/app-form.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index ee3ef3620..a7d486ab4 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -856,6 +856,13 @@ } } } + &.cp-text-table { + .cp-charts-row { + .cp-value { + white-space: normal; + } + } + } } .cp-form-results-contained {