Add missing form-label class to example input

This commit is contained in:
Andreas Nedbal 2023-01-21 09:42:23 +01:00
parent 5f46c84850
commit e7842fab86
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
= f.text_field :input_placeholder, class: "color", data: { default: 0x6C757D, theme_target: "color" } = f.text_field :input_placeholder, class: "color", data: { default: 0x6C757D, theme_target: "color" }
.col-sm-6 .col-sm-6
.form-group .form-group
%label Example Input %label.form-label Example Input
%input.form-control{ placeholder: "A test placeholder" } %input.form-control{ placeholder: "A test placeholder" }
.card .card
.card-body .card-body