Workbench: when showing the detail for script_parameters in the pipeline
[arvados.git] / apps / workbench / app / views / work_units / _component_detail.html.erb
index 3271bf9d7644c6f296c19a79b1e9591b8cc6599c..20e3d4d2cfb129268d251fa5cb3e6cba39753253 100644 (file)
@@ -211,7 +211,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
 
         <% if current_obj.parameters and !current_obj.parameters.empty? %>
         <div class="row">
-          <div class="col-md-6">
+          <div class="col-md-12">
             <p>script_parameters:</p>
             <pre><%= JSON.pretty_generate(current_obj.parameters) rescue nil %></pre>
           </div>