diff --git a/app/assets/stylesheets/admin/pure/blocks.sass b/app/assets/stylesheets/admin/pure/blocks.sass
index 8b02bcf755010293a9fd6d2d2d2cc2c0e3115090..462e9560fd62822a7cc407e1026476651520ed77 100644
--- a/app/assets/stylesheets/admin/pure/blocks.sass
+++ b/app/assets/stylesheets/admin/pure/blocks.sass
@@ -3,6 +3,8 @@
         &__handle
             width: 20px
         &__image
-            width: 150px
+            width: 170px
+            img
+                width: 150px
         &__buttons
             width: 170px
\ No newline at end of file
diff --git a/app/views/admin/communication/blocks/_list.html.erb b/app/views/admin/communication/blocks/_list.html.erb
index 346144498f2cd9fbbaf7b5115b575156020eda32..482f2d6fd24d9ec2f26162be9714592c30ca3ffb 100644
--- a/app/views/admin/communication/blocks/_list.html.erb
+++ b/app/views/admin/communication/blocks/_list.html.erb
@@ -8,6 +8,14 @@ action += link_to t('admin.communication.blocks.add'),
   <% if about.blocks.any? %>
     <div class="table-responsive">
       <table class="<%= table_classes %>">
+        <thead>
+          <tr>
+            <th></th>
+            <th><%= Communication::Block.human_attribute_name :title %></th>
+            <th><%= Communication::Block.human_attribute_name :template %></th>
+            <th></th>
+          </tr>
+        </thead>
         <tbody data-sortable data-sort-url="<%= reorder_admin_communication_blocks_path %>">
           <% about.blocks.ordered.each do |block| %>
             <tr data-id="<%= block.id %>" class="<%= 'draft' unless block.published? %>">
@@ -19,9 +27,8 @@ action += link_to t('admin.communication.blocks.add'),
                 <span class="small"><%= block.template_kind_i18n  %></span>
                 <%= render 'admin/application/a11y/status', about: block %>
               </td>
-              <td class="p-0 blocks__list__image">
-                <%= image_tag "communication/blocks/templates/#{block.template_kind}.jpg",
-                              height: "100px", alt: '', style:"max-height: 75px" %>
+              <td class="blocks__list__image">
+                <%= image_tag "communication/blocks/templates/#{block.template_kind}.jpg", alt: '' %>
               </td>
               <td class="blocks__list__buttons">
                 <div class="btn-group">