LoginSignup
0
0

More than 1 year has passed since last update.

バリデーションで Fontawesome が巨大化

Posted at

Image from Gyazo

こんなふうににカレンダーの Fontawesome をフォームタグにいれる

これがバリデーションにひっかかると

Image from Gyazo

でっか

開発環境

ruby 2.6.5
Ruby on Rails 5.2.5
font-awesome-sass

本題

エラー時を検証ツールでみてみると
Image from Gyazo

Form タグのクラスが fields_with_errors になっている

rails がデフォルトでよくわからんことやってくれてるみたい
なので上の記事のように

.field_with_errors {
  display: contents;
}

っていうのを指定してやるとうまくいった

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0