forked from extern/egroupware
Set textarea height from rows attribute
This commit is contained in:
parent
cde190f7c8
commit
567887112d
@ -1206,6 +1206,7 @@ and open the template in the editor.
|
|||||||
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
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user