From e7842fab86cc67564e631b6ad2b8ce4fd2fe8e7f Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 21 Jan 2023 09:42:23 +0100 Subject: [PATCH] Add missing form-label class to example input --- app/views/settings/theme/edit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/settings/theme/edit.html.haml b/app/views/settings/theme/edit.html.haml index a2eb57f6..273b582f 100644 --- a/app/views/settings/theme/edit.html.haml +++ b/app/views/settings/theme/edit.html.haml @@ -93,7 +93,7 @@ = f.text_field :input_placeholder, class: "color", data: { default: 0x6C757D, theme_target: "color" } .col-sm-6 .form-group - %label Example Input + %label.form-label Example Input %input.form-control{ placeholder: "A test placeholder" } .card .card-body