Skip to content
Snippets Groups Projects
Commit d47ae0de authored by bl00dymarie's avatar bl00dymarie
Browse files

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
parents 44b91635 295e7512
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class SymptomBox extends Component {
{symptomTitles[symptom].toLowerCase()}
</AppText>
{symptomDataToDisplay &&
<AppText style={textStyle}>
<AppText style={textStyle} numberOfLines={4}>
{symptomDataToDisplay}
</AppText>
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment