Skip to content

Commit e223454

Browse files
rickhanloniifacebook-github-bot
authored andcommitted
LogBox - Remove extra padding to bottom of scroll container
Summary: Fixes the comical level of padding at the end of the scroll container. Changelog: [Internal] Reviewed By: cpojer Differential Revision: D18351352 fbshipit-source-id: 5482fb81d0e385f0ce36530491b407c03ad87f3e
1 parent b7c2d43 commit e223454

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Libraries/LogBox/UI/LogBoxInspectorMeta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const metaStyles = StyleSheet.create({
6060
body: {
6161
paddingLeft: 25,
6262
paddingRight: 25,
63-
paddingBottom: 100,
63+
paddingBottom: 20,
6464
flexDirection: 'row',
6565
justifyContent: 'space-between',
6666
},

Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspectorMeta-test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ exports[`LogBoxInspectorMeta should render meta information 1`] = `
3838
Object {
3939
"flexDirection": "row",
4040
"justifyContent": "space-between",
41-
"paddingBottom": 100,
41+
"paddingBottom": 20,
4242
"paddingLeft": 25,
4343
"paddingRight": 25,
4444
}

0 commit comments

Comments
 (0)