From 603039022c37bef20b30c58b3df1bdb210e18ede Mon Sep 17 00:00:00 2001 From: himeshr Date: Mon, 25 Mar 2024 17:23:07 +0530 Subject: [PATCH] #759 | Minor Styling change for questionGroup View --- src/dataEntryApp/components/Observations.js | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/dataEntryApp/components/Observations.js b/src/dataEntryApp/components/Observations.js index 2f262e143..4bbcda569 100644 --- a/src/dataEntryApp/components/Observations.js +++ b/src/dataEntryApp/components/Observations.js @@ -103,15 +103,12 @@ function renderSingleQuestionGroup( ) { const groupObservations = valueWrapper ? valueWrapper.getValue() : []; return ( -
+
{map(groupObservations, (obs, i) => ( - + -
{t(obs.concept["name"])}
+ {t(obs.concept["name"])}
{renderValue(obs)} @@ -370,7 +367,7 @@ const Observations = ({ observations, additionalRows, form, customKey, highlight > {t(observation.concept["name"])} - +
{questionGroupRows}