Fix section layout
This commit is contained in:
@@ -16,8 +16,9 @@ export default class SymptomSection extends Component {
|
|||||||
<View style={placeHeadingInline}>
|
<View style={placeHeadingInline}>
|
||||||
<SymptomSectionHeader flex={1}>{p.header}</SymptomSectionHeader>
|
<SymptomSectionHeader flex={1}>{p.header}</SymptomSectionHeader>
|
||||||
<View
|
<View
|
||||||
flexDirection={p.inline ? 'row' : 'column'}
|
flexDirection={p.inline ? 'row' : null}
|
||||||
flex={1}
|
flex={1}
|
||||||
|
alignItems={p.inline ? 'center' : null}
|
||||||
>
|
>
|
||||||
<View flex={1}>
|
<View flex={1}>
|
||||||
<AppText>{p.explainer}</AppText>
|
<AppText>{p.explainer}</AppText>
|
||||||
|
|||||||
Reference in New Issue
Block a user