diff --git a/src/components/MoneyRequestConfirmationList.js b/src/components/MoneyRequestConfirmationList.js
index 13dce9337673..f66e73a2ef02 100755
--- a/src/components/MoneyRequestConfirmationList.js
+++ b/src/components/MoneyRequestConfirmationList.js
@@ -657,7 +657,7 @@ function MoneyRequestConfirmationList(props) {
             />
             {!shouldShowAllFields && (
                 <ShowMoreButton
-                    containerStyle={styles.mt1}
+                    containerStyle={[styles.mt1, styles.mb2]}
                     onPress={toggleShouldExpandFields}
                 />
             )}