DEV Community

Tao Liu
Tao Liu

Posted on

Fix: Resize the f.text_area field in rails

You could use CSS to style the textarea, just like this:

textarea#message_area {
width: 100px;
height: 100px;
}

https://stackoverflow.com/questions/7008781/resizing-a-f-text-area-in-rails

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay