Limit line length on text of symptom box
This commit is contained in:
@@ -86,7 +86,7 @@ class SymptomBox extends Component {
|
||||
{symptomTitles[symptom].toLowerCase()}
|
||||
</AppText>
|
||||
{symptomDataToDisplay &&
|
||||
<AppText style={textStyle}>
|
||||
<AppText style={textStyle} numberOfLines={4}>
|
||||
{symptomDataToDisplay}
|
||||
</AppText>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user