form-textarea.css
Same filename in other branches
Textarea.
File
-
core/
themes/ olivero/ css/ components/ form-textarea.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Textarea.
- */
-
- textarea {
- display: block;
- width: 100%;
- min-height: var(--sp8);
- padding: var(--sp);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.