Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
simple_form の使用 -- 入力フィールドのラベルが配置される場所を変更する方法はありますか? たとえば、フィールドの上にラベルを配置したい場合、どうすればよいでしょうか?
ラベルや入力の CSS スタイルに、 を追加しdisplay: block;ます。
display: block;