diff --git a/app/views/posts/attributes/_new_has_many.haml b/app/views/posts/attributes/_new_has_many.haml index f880b711..3869591b 100644 --- a/app/views/posts/attributes/_new_has_many.haml +++ b/app/views/posts/attributes/_new_has_many.haml @@ -29,7 +29,7 @@ = hidden_field_tag name, '' .d-flex.align-items-center.justify-content-between %div - = label_tag id, post_label_t(attribute, post: post) + = label_tag id, post_label_t(attribute, post: post), class: 'h3' = render 'posts/required_checkbox', required: metadata.required, name: name, initial: metadata.empty? = render 'bootstrap/btn', content: t('.edit'), action: 'modal#show'