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

teyser’s picture

Hi,
In node module,you can change the line 2071 ,textarea into textfield..

Thanks,
Raj.

Pushkar Gaikwad’s picture

oh Great thanks Raj, though hacking core is not recommended but I guess I will go for it :)

naveenpl’s picture

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.