Set textarea height from rows attribute

This commit is contained in:
Nathan Gray 2014-12-01 16:14:31 +00:00
parent e67470ae66
commit 0caf6d14d9
2 changed files with 2 additions and 0 deletions

View File

@ -1197,6 +1197,7 @@
background-color: rgba(255, 221, 115, 0.1); background-color: rgba(255, 221, 115, 0.1);
padding: 0.3em 0 0 0.3em; padding: 0.3em 0 0 0.3em;
border: none; border: none;
height: auto;
} }
/** /**
* et2_taglist * et2_taglist

View File

@ -1129,6 +1129,7 @@ textarea.description {
background-color: @color_optional; background-color: @color_optional;
padding: 0.3em 0 0 0.3em; padding: 0.3em 0 0 0.3em;
border: none; border: none;
height: auto;
} }
/** /**