diff --git a/normalize.css b/normalize.css index 192eb9ce4..de7484c87 100644 --- a/normalize.css +++ b/normalize.css @@ -168,6 +168,14 @@ textarea { margin: 0; /* 2 */ } +/** + * Make placeholders have the same positioning as control text in safari. + */ + +::placeholder { + line-height: normal; +} + /** * Show the overflow in IE. * 1. Show the overflow in Edge.