From c620d3a4a07e9a00a3c013ebd86596713786551a Mon Sep 17 00:00:00 2001 From: Rei Allen Ramos Date: Tue, 5 May 2020 15:08:35 +0800 Subject: [PATCH] fix line height bug in iPhone 6/7 (#3) --- src/client/styles/createUrlModal.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client/styles/createUrlModal.js b/src/client/styles/createUrlModal.js index 206e1b12f..d83eb5a46 100644 --- a/src/client/styles/createUrlModal.js +++ b/src/client/styles/createUrlModal.js @@ -36,6 +36,8 @@ const createUrlStyle = (theme) => ({ flexGrow: '1', width: '100px', // Override default padding: theme.spacing(0), + height: '100%', + lineHeight: '1.5', }, startAdorment: { height: '100%',