Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / views / projects / public.html.erb
index 9fc9759717d9c6788c5646d276c9a9fc701f4843..9827d549ab6f082b27391334cdfa4b8765344502 100644 (file)
@@ -1,3 +1,7 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <table class="table">
   <colgroup>
     <col width="25%" />
   <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>