From 295e751217b1aacf834980697701c95c3ad7d5cb Mon Sep 17 00:00:00 2001 From: emelko Date: Sat, 5 Dec 2020 12:47:28 +0100 Subject: [PATCH] Limit line length on text of symptom box --- components/cycle-day/symptom-box.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cycle-day/symptom-box.js b/components/cycle-day/symptom-box.js index b9aeac1..90fdf43 100644 --- a/components/cycle-day/symptom-box.js +++ b/components/cycle-day/symptom-box.js @@ -86,7 +86,7 @@ class SymptomBox extends Component { {symptomTitles[symptom].toLowerCase()} {symptomDataToDisplay && - + {symptomDataToDisplay} }