Merge branch '440-cycle-overview-page-limit-note-size-to-display' into 'rebased-redesign'
Limit line length on text of symptom box See merge request bloodyhealth/drip!314
This commit is contained in:
@@ -86,7 +86,7 @@ class SymptomBox extends Component {
|
|||||||
{symptomTitles[symptom].toLowerCase()}
|
{symptomTitles[symptom].toLowerCase()}
|
||||||
</AppText>
|
</AppText>
|
||||||
{symptomDataToDisplay &&
|
{symptomDataToDisplay &&
|
||||||
<AppText style={textStyle}>
|
<AppText style={textStyle} numberOfLines={4}>
|
||||||
{symptomDataToDisplay}
|
{symptomDataToDisplay}
|
||||||
</AppText>
|
</AppText>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user