diff --git a/Libraries/LogBox/UI/LogBoxInspectorMeta.js b/Libraries/LogBox/UI/LogBoxInspectorMeta.js index 000a9e90249..ffbf7fd9f98 100644 --- a/Libraries/LogBox/UI/LogBoxInspectorMeta.js +++ b/Libraries/LogBox/UI/LogBoxInspectorMeta.js @@ -60,7 +60,7 @@ const metaStyles = StyleSheet.create({ body: { paddingLeft: 25, paddingRight: 25, - paddingBottom: 100, + paddingBottom: 20, flexDirection: 'row', justifyContent: 'space-between', }, diff --git a/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspectorMeta-test.js.snap b/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspectorMeta-test.js.snap index 56989f20fa0..333acd76b9b 100644 --- a/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspectorMeta-test.js.snap +++ b/Libraries/LogBox/UI/__tests__/__snapshots__/LogBoxInspectorMeta-test.js.snap @@ -38,7 +38,7 @@ exports[`LogBoxInspectorMeta should render meta information 1`] = ` Object { "flexDirection": "row", "justifyContent": "space-between", - "paddingBottom": 100, + "paddingBottom": 20, "paddingLeft": 25, "paddingRight": 25, }