By Pushkar Gaikwad on
How to reduce size of "log message" block and to make it of 1 line ? Right now its Text Area, I want to make a single text line.
How to reduce size of "log message" block and to make it of 1 line ? Right now its Text Area, I want to make a single text line.
Comments
Hi
Hi,
In node module,you can change the line 2071 ,textarea into textfield..
Thanks,
Raj.
oh Great thanks Raj, though
oh Great thanks Raj, though hacking core is not recommended but I guess I will go for it :)
Hai poseidon123, I don't
Hai poseidon123,
I don't know which module, you are referring to but you can change the textarea to textfield by changing its css. (By setting height). You don't have to edit the core module, you insert the css to you module and assign the css to that field through ID or CLASS
Hope this will help.
Naveen P.L.