comparison core/themes/classy/css/components/textarea.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
3 * Visual styles for a resizable textarea. 3 * Visual styles for a resizable textarea.
4 */ 4 */
5 5
6 .form-textarea-wrapper textarea { 6 .form-textarea-wrapper textarea {
7 display: block; 7 display: block;
8 box-sizing: border-box;
9 width: 100%;
8 margin: 0; 10 margin: 0;
9 width: 100%;
10 box-sizing: border-box;
11 } 11 }