]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/messages/_messages_table.html.erb
Don't change display property of messages table header cell
[rails.git] / app / views / messages / _messages_table.html.erb
index ce222dfab9b2ef84ebc67d62a946d475db1a3859..567b5e8283ab4b5a60a62071f75cfa3216050dce 100644 (file)
@@ -1,10 +1,10 @@
-<table class="table table-sm align-middle">
+<table class="table table-sm align-middle messages-table">
   <thead>
     <tr>
       <% 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>