9318: Compute node summary pane includes queued and locked containers.
[arvados.git] / apps / workbench / app / views / projects / public.html.erb
index 9fc9759717d9c6788c5646d276c9a9fc701f4843..8a57461ccd083eaa159d9ec31a31b4397c409fa5 100644 (file)
   <tbody>
   <% @objects.each do |p| %>
     <tr>
-      <td style="word-break:break-all;">
+      <td>
         <%= link_to_if_arvados_object p, {friendly_name: true} %>
       </td>
-      <td style="word-break:break-all;">
+      <td>
         <%= render_attribute_as_textile(p, "description", p.description, true) %>
       </td>
     </tr>