remove textarea height, fixes #57
This commit is contained in:
@ -4,6 +4,7 @@ X-editable changelog
|
|||||||
|
|
||||||
Version 1.3.1 wip
|
Version 1.3.1 wip
|
||||||
----------------------------
|
----------------------------
|
||||||
|
[enh #57] remove css height for textarea (vitalets)
|
||||||
[enh] if new value for select is 'null' source should not load (vitalets)
|
[enh] if new value for select is 'null' source should not load (vitalets)
|
||||||
[enh #53] 'name' no more appended to source defined as url (vitalets)
|
[enh #53] 'name' no more appended to source defined as url (vitalets)
|
||||||
[enh #46] move 'img' dir outside 'css' (vitalets)
|
[enh #46] move 'img' dir outside 'css' (vitalets)
|
||||||
|
@ -65,10 +65,6 @@
|
|||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editableform textarea {
|
|
||||||
height: 150px; /*default height for textarea*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.editableform .editable-date {
|
.editableform .editable-date {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Reference in New Issue
Block a user