1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-14 03:03:58 +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%', maxWidth: '100%',
whiteSpace: 'nowrap', whiteSpace: 'nowrap',
opacity: '0.333', opacity: '0.333',
verticalAlign: 'text-top',
...style, ...style,
} }