Skip to content

Commit afc62cd

Browse files
committed
Fixing padding vs scrolling issues
1 parent d1062cc commit afc62cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/screens/Entry.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ const styles = StyleSheet.create({
158158
flex: 1
159159
},
160160
border: {
161-
paddingLeft: 15,
162-
paddingRight: 15,
163161
paddingTop: 15,
164162
},
165163
flatList: {
@@ -172,6 +170,8 @@ const styles = StyleSheet.create({
172170
},
173171
listItem: {
174172
paddingBottom: 15,
173+
paddingLeft: 15,
174+
paddingRight: 15,
175175
},
176176
centerEmptySet: {
177177
justifyContent: 'center',

0 commit comments

Comments
 (0)