textarea row attribute corrected.

This commit is contained in:
erfiboy 2021-12-23 19:54:43 +03:30
parent 88f03612b0
commit 7da7ded975
2 changed files with 6 additions and 0 deletions

3
css/skeleton.css vendored
View File

@ -225,6 +225,9 @@ input[type="button"].button-primary:focus {
/* Forms
*/
textarea{
height: auto !important;
}
input[type="email"],
input[type="number"],
input[type="search"],

View File

@ -37,6 +37,9 @@
<h4>Basic Page</h4>
<p>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 <a href="http://www.getskeleton.com">Skeleton documentation</a>.</p>
</div>
<div class="one-half column" style="margin-top: 25%">
<textarea rows="20"></textarea>
</div>
</div>
</div>