We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed48e74 commit 116277dCopy full SHA for 116277d
source/views/faqs/index.js
@@ -79,8 +79,8 @@ export class FaqView extends React.PureComponent<Props, State> {
79
return (
80
<ScrollView
81
backgroundColor={c.white}
82
+ contentContainerStyle={{paddingHorizontal: 15}}
83
contentInsetAdjustmentBehavior="automatic"
- paddingHorizontal={15}
84
refreshControl={refreshControl}
85
>
86
<View paddingVertical={15}>
0 commit comments