Skip to content
Snippets Groups Projects
Commit 295e7512 authored by emelko's avatar emelko
Browse files

Limit line length on text of symptom box

parent 77908afd
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