diff --git a/app/views/admin/communication/blocks/templates/gallery/_edit.html.erb b/app/views/admin/communication/blocks/templates/gallery/_edit.html.erb
index 3f61bad3d2feba2e11546d8c308823536cb74f3b..6d0613533f3ed7283b7648ba7e3ea2a9aa07fc8e 100644
--- a/app/views/admin/communication/blocks/templates/gallery/_edit.html.erb
+++ b/app/views/admin/communication/blocks/templates/gallery/_edit.html.erb
@@ -6,16 +6,14 @@
 
 <%= block_component_edit block, :layout %>
 
-
 <p>Envoyer plusieurs images</p>
-<div class="row pure__row--small">
-  <input  class="form-control"
-        type="file"
-        accept="image/*"
-        @change="onMultipleFileImageChange( $event, 'image' )"
-        data-size-limit="<%= Communication::Block::IMAGE_MAX_SIZE %>"
-        multiple>
-</div>
+
+<input  class="form-control"
+      type="file"
+      accept="image/*"
+      @change="onMultipleFileImageChange( $event, 'image' )"
+      data-size-limit="<%= Communication::Block::IMAGE_MAX_SIZE %>"
+      multiple>
 
 <hr class="my-5">