Set textarea height from rows attribute

This commit is contained in:
Nathan Gray 2014-12-01 16:10:09 +00:00
parent cde190f7c8
commit 567887112d
3 changed files with 3 additions and 0 deletions

View File

@ -1206,6 +1206,7 @@ and open the template in the editor.
background-color: rgba(255, 221, 115, 0.1);
padding: 0.3em 0 0 0.3em;
border: none;
height: auto;
}
/**
* et2_taglist

View File

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

View File

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