未验证 提交 ffb5d0b2 编写于 作者: N Nurhan Turgut 提交者: GitHub

wrap the text in text editing. This was causing a missalingment issue in textarea. (#13207)

上级 e53d10c3
......@@ -16,7 +16,7 @@ void _emptyCallback(dynamic _) {}
void _setStaticStyleAttributes(html.HtmlElement domElement) {
final html.CssStyleDeclaration elementStyle = domElement.style;
elementStyle
..whiteSpace = 'pre'
..whiteSpace = 'pre-wrap'
..alignContent = 'center'
..position = 'absolute'
..top = '0'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册