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:
committed by
Ian Storm Taylor
parent
e4c6beaab4
commit
52027ff270
@@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user