textarea.css in Drupal 8
Same filename in this branch
Same filename and directory in other branches
Visual styles for a resizable textarea.
File
core/themes/classy/css/components/textarea.cssView source
- /**
- * @file
- * Visual styles for a resizable textarea.
- */
-
- .form-textarea-wrapper textarea {
- display: block;
- box-sizing: border-box;
- width: 100%;
- margin: 0;
- }