From 645a1f9933d47bb77da0e2d3fa2c88a1630ae361 Mon Sep 17 00:00:00 2001 From: Patrick Childers Date: Sun, 19 May 2019 22:50:53 -0400 Subject: [PATCH] RA-1589 Observations created with style="textarea" are not displayed with newlines. Add white-space: pre-wrap so that multi-line text observations are displayed with multiple lines (so they appear the same as they did in the textarea when they were created). --- .../src/main/compass/sass/patientdashboard/patientDashboard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/omod/src/main/compass/sass/patientdashboard/patientDashboard.scss b/omod/src/main/compass/sass/patientdashboard/patientDashboard.scss index 0e74cc32b..e514dd939 100644 --- a/omod/src/main/compass/sass/patientdashboard/patientDashboard.scss +++ b/omod/src/main/compass/sass/patientdashboard/patientDashboard.scss @@ -61,6 +61,7 @@ div { span, htmlform p { color: $highlight; font-size: 0.95em; + white-space: pre-wrap; } fieldset {