From 8ccac3bb3832667b5d855d1d2f84cacac661e541 Mon Sep 17 00:00:00 2001
From: Arnaud Levy <contact@arnaudlevy.com>
Date: Wed, 8 Jun 2022 08:55:54 +0200
Subject: [PATCH] layout

---
 .../communication/blocks/templates/chapter/_edit.html.erb  | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/app/views/admin/communication/blocks/templates/chapter/_edit.html.erb b/app/views/admin/communication/blocks/templates/chapter/_edit.html.erb
index a2e775537..c179da125 100644
--- a/app/views/admin/communication/blocks/templates/chapter/_edit.html.erb
+++ b/app/views/admin/communication/blocks/templates/chapter/_edit.html.erb
@@ -4,12 +4,17 @@
     <%= block_component_edit :notes %>
   </div>
   <div class="col-md-6">
+    <label class="form-label">&nbsp;</label>
     <div class="card">
       <div class="card-header">
         <%= t "admin.communication.blocks.templates.chapter.edit.image.label" %>
       </div>
       <div class="card-body">
-        <%= block_component_edit :image %>
+        <div class="row">
+          <div class="col-lg-6">
+            <%= block_component_edit :image %>
+          </div>
+        </div>
         <%= block_component_edit :image_alt,
               label: t('admin.communication.blocks.components.image.alt.label'),
               placeholder: t('admin.communication.blocks.components.image.alt.placeholder') %>
-- 
GitLab