Add missing form-label class to example input
This commit is contained in:
parent
5f46c84850
commit
e7842fab86
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue