From 7da7ded9752e1425eeeafb2a478150ae4a55851a Mon Sep 17 00:00:00 2001 From: erfiboy Date: Thu, 23 Dec 2021 19:54:43 +0330 Subject: [PATCH] textarea row attribute corrected. --- css/skeleton.css | 3 +++ index.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..3f3cefb 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -225,6 +225,9 @@ input[type="button"].button-primary:focus { /* Forms –––––––––––––––––––––––––––––––––––––––––––––––––– */ +textarea{ + height: auto !important; +} input[type="email"], input[type="number"], input[type="search"], diff --git a/index.html b/index.html index c81c190..f5d9467 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,9 @@

Basic Page

This index.html page is a placeholder with the CSS, font and favicon. It's just waiting for you to add some content! If you need some help hit up the Skeleton documentation.

+
+ +