From 52027ff270365daa70402334395ecaa6be656113 Mon Sep 17 00:00:00 2001 From: Guillaume Racicot Date: Fri, 7 Jun 2019 13:54:19 -0400 Subject: [PATCH] Corrected placeholder alignement on chrome (#2836) --- packages/slate-react-placeholder/src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/slate-react-placeholder/src/index.js b/packages/slate-react-placeholder/src/index.js index a4331ebcd..19ead6a04 100644 --- a/packages/slate-react-placeholder/src/index.js +++ b/packages/slate-react-placeholder/src/index.js @@ -81,6 +81,7 @@ function SlateReactPlaceholder(options = {}) { maxWidth: '100%', whiteSpace: 'nowrap', opacity: '0.333', + verticalAlign: 'text-top', ...style, }