テキストフィールドなどに、以下のように指定して、フォームの幅を変更できる
<%= f.text_field :title, class: 'form-control w-75 mx-auto'%>
w-75の部分は、w-25、w-50、w-75、w-100を使用可。
数字は幅の比率(%)
Go to list of users who liked
More than 5 years have passed since last update.
テキストフィールドなどに、以下のように指定して、フォームの幅を変更できる
<%= f.text_field :title, class: 'form-control w-75 mx-auto'%>
w-75の部分は、w-25、w-50、w-75、w-100を使用可。
数字は幅の比率(%)
Register as a new user and use Qiita more conveniently
Go to list of users who liked