Closed intcreator closed 2 years ago
Adding CSS padding does not effectively style the element when used directly or with a mixin
The text has padding between itself and the border of the text area
The text area expands to be larger than the size of its container and/or the mirror div overlaps and covers the text.
<iron-autogrow-textarea>
--iron-autogrow-textarea
this appears to be fixed according to the current demo
Description
Adding CSS padding does not effectively style the element when used directly or with a mixin
Expected outcome
The text has padding between itself and the border of the text area
Actual outcome
The text area expands to be larger than the size of its container and/or the mirror div overlaps and covers the text.
Live Demo
Steps to reproduce
<iron-autogrow-textarea>
element directly or the--iron-autogrow-textarea
mixinBrowsers Affected