Index: third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html |
diff --git a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html |
index 9dae98c31723a3ad111ffd008dd12901909c6191..6c083cd20065fa2767015f3df18bb854a0dfa327 100644 |
--- a/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html |
+++ b/third_party/polymer/v1_0/components-chromium/iron-autogrow-textarea/iron-autogrow-textarea.html |
@@ -19,9 +19,7 @@ never scroll. |
Example: |
- <iron-autogrow-textarea id="a1"> |
- <textarea id="t1"></textarea> |
- </iron-autogrow-textarea> |
+ <iron-autogrow-textarea></iron-autogrow-textarea> |
Because the `textarea`'s `value` property is not observable, you should use |
this element's `bind-value` instead for imperative updates. |
@@ -61,6 +59,7 @@ this element's `bind-value` instead for imperative updates. |
height: 100%; |
font-size: inherit; |
font-family: inherit; |
+ line-height: inherit; |
} |
::content textarea:invalid { |