From 2ee08c97695ab806fc626151b29498dc059a4066 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Thu, 15 Feb 2024 18:20:10 +0100 Subject: [PATCH] Limit lines to 3 for symptom day boxes --- 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 f9fcd0c..4453b8c 100644 --- a/components/cycle-day/symptom-box.js +++ b/components/cycle-day/symptom-box.js @@ -64,7 +64,7 @@ const SymptomBox = ({ {t(symptom)} {symptomDataToDisplay && ( - + {symptomDataToDisplay} )}