Skip to main content Skip to search
Can we use first and third party cookies and web beacons to understand our audience, and to tailor promotions you see?
Main menu

Main navigation

    • Go to Drupal.org
    • Drupal 7
    • Drupal 8+
    • Other projects
    • Develop for Drupal
Return to content
Drupal API

Breadcrumb

drupal 11.x

textarea.css

Same filename in this branch
  1. 11.x core/themes/claro/css/classy/components/textarea.css
  2. 11.x core/themes/starterkit_theme/css/components/textarea.css
Same filename and directory in other branches
  1. 9 core/profiles/demo_umami/themes/umami/css/classy/components/textarea.css
  2. 9 core/themes/seven/css/classy/components/textarea.css
  3. 9 core/themes/claro/css/classy/components/textarea.css
  4. 9 core/themes/bartik/css/classy/components/textarea.css
  5. 9 core/themes/starterkit_theme/css/components/textarea.css
  6. 9 core/themes/classy/css/components/textarea.css
  7. 10 core/profiles/demo_umami/themes/umami/css/classy/components/textarea.css
  8. 10 core/themes/claro/css/classy/components/textarea.css
  9. 10 core/themes/starterkit_theme/css/components/textarea.css
  10. 8.9.x core/profiles/demo_umami/themes/umami/css/classy/components/textarea.css
  11. 8.9.x core/themes/seven/css/classy/components/textarea.css
  12. 8.9.x core/themes/claro/css/classy/components/textarea.css
  13. 8.9.x core/themes/bartik/css/classy/components/textarea.css
  14. 8.9.x core/themes/classy/css/components/textarea.css

Visual styles for a resizable textarea.

File

core/profiles/demo_umami/themes/umami/css/classy/components/textarea.css

View on git.drupalcode.org
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.

Search drupal 11.x

Partial match search is supported

API Navigation

  • drupal 11.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
  • Elements

News items

  • News
  • Planet Drupal
  • Social media
  • Sign up for Drupal news
  • Security advisories
  • Jobs

Our community

  • Community
  • Services
  • Training
  • Hosting
  • Contributor guide
  • Groups & meetups
  • DrupalCon
  • Code of conduct

Documentation

  • Documentation
  • Drupal Guide
  • Drupal User Guide
  • Developer docs
  • API.Drupal.org

Drupal code base

  • Download & Extend
  • Drupal core
  • Modules
  • Themes
  • Distributions

Governance of community

  • About
  • Web accessibility
  • Drupal Association
  • About Drupal.org
  • Terms of service
  • Privacy policy

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.