From 221d0161f1aa5bda21a32c04e4b28569617acf14 Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Thu, 27 Feb 2020 22:01:05 -0500 Subject: [PATCH] Fixes placeholder issue on ios devices --- .DS_Store | Bin 6148 -> 6148 bytes themes/snow/_inputs.scss | 1 + themes/snow/_variables.scss | 3 ++- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.DS_Store b/.DS_Store index 12774366cf9a2d8da9823a22640790857e74aaed..28365d38b224989b186fa89cf5c6d7b6a8895b3d 100644 GIT binary patch delta 15 WcmZoMXffDuiG|7Ba`P1y17QFyd<8E6 delta 15 WcmZoMXffDuiG|6+VDl9g17QFyO$8?a diff --git a/themes/snow/_inputs.scss b/themes/snow/_inputs.scss index 187c183..c57f872 100644 --- a/themes/snow/_inputs.scss +++ b/themes/snow/_inputs.scss @@ -55,6 +55,7 @@ &[data-classification='text'] { input { @include baseinput; + min-height: 1em; } .formulate-input-element--search { diff --git a/themes/snow/_variables.scss b/themes/snow/_variables.scss index dca8b80..905e77d 100644 --- a/themes/snow/_variables.scss +++ b/themes/snow/_variables.scss @@ -41,11 +41,12 @@ $formulate-white: #ffffff; display: block; width: 100%; font-weight: 400; - line-height: 1.1em; + line-height: 1.2em; margin: 0; &::placeholder { color: $formulate-gray-dd; + line-height: normal; } &:focus {