]> git.openstreetmap.org Git - rails.git/commitdiff
Don't change display property of messages table header cell
authorAnton Khorev <tony29@yandex.ru>
Tue, 30 Apr 2024 03:58:43 +0000 (06:58 +0300)
committerAnton Khorev <tony29@yandex.ru>
Tue, 30 Apr 2024 03:58:43 +0000 (06:58 +0300)
app/views/messages/_messages_table.html.erb

index f11fe3f628c0dc58d6968217164173786565cdcf..567b5e8283ab4b5a60a62071f75cfa3216050dce 100644 (file)
@@ -4,7 +4,7 @@
       <% columns.each do |column| %>
       <th><%= t ".#{column}" %></th>
       <% end %>
-      <th class="d-flex justify-content-end"><%= t ".actions" %></th>
+      <th class="text-end"><%= t ".actions" %></th>
     </tr>
   </thead>
   <tbody>