1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-13 18:53:59 +02:00

Corrected placeholder alignement on chrome (#2836)

This commit is contained in:
Guillaume Racicot
2019-06-07 13:54:19 -04:00
committed by Ian Storm Taylor
parent e4c6beaab4
commit 52027ff270

View File

@@ -81,6 +81,7 @@ function SlateReactPlaceholder(options = {}) {
maxWidth: '100%',
whiteSpace: 'nowrap',
opacity: '0.333',
verticalAlign: 'text-top',
...style,
}