8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / pipeline_instances / _show_components_editable.html.erb
index 284c84cbe40ba4452870aadfaba4956d5655ab11..f6c9e85883487c611de38276ca8ee5dd579ca1d9 100644 (file)
@@ -1,9 +1,9 @@
 <table class="table pipeline-components-table" style="margin-top: -.1em">
   <colgroup>
-    <col style="width: 15%" />
     <col style="width: 20%" />
     <col style="width: 20%" />
-    <col style="width: 45%" />
+    <col style="width: 20%" />
+    <col style="width: 40%" />
   </colgroup>
 
   <thead>
@@ -23,7 +23,7 @@
     <% @object.components.each do |k, component| %>
       <% next if !component %>
       <tr>
-        <td><span class="label label-default"><%= k %></span></td>
+        <td><%= k %></td>
 
         <td><%= component[:script] %></td>