textarea.css

Visual styles for a resizable textarea.

File

core/themes/claro/css/classy/components/textarea.css

View source
  1. /**
  2. * @file
  3. * Visual styles for a resizable textarea.
  4. */
  5. .form-textarea-wrapper textarea {
  6. display: block;
  7. box-sizing: border-box;
  8. width: 100%;
  9. margin: 0;
  10. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.