textarea.css
Visual styles for a resizable textarea.
File
-
core/
themes/ seven/ css/ classy/ components/ textarea.css
View source
- /**
- * @file
- * Visual styles for a resizable textarea.
- */
-
- .form-textarea-wrapper textarea {
- display: block;
- box-sizing: border-box;
- width: 100%;
- margin: 0;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.