From 672e22847b1a524bf3282a57ec891ce617274ebd Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Wed, 7 Sep 2022 15:31:30 +0200 Subject: [PATCH] rows --- .../admin/communication/blocks/templates/contact/_edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/communication/blocks/templates/contact/_edit.html.erb b/app/views/admin/communication/blocks/templates/contact/_edit.html.erb index 559c7543f..f9ae11e84 100644 --- a/app/views/admin/communication/blocks/templates/contact/_edit.html.erb +++ b/app/views/admin/communication/blocks/templates/contact/_edit.html.erb @@ -6,7 +6,7 @@ </div> <div class="card-body"> <%= block_component_edit :name %> - <%= block_component_edit :address, rows: 1 %> + <%= block_component_edit :address %> <div class="row"> <div class="col-md-4"> <%= block_component_edit :zipcode %> -- GitLab