lib/generators/templates/mutx_body_template.html.erb in mutx-0.1.56 vs lib/generators/templates/mutx_body_template.html.erb in mutx-0.1.57

- old
+ new

@@ -14,15 +14,19 @@ <pre style="height:400px; white-space:pre; word-wrap:normal;"> <b style='color:Black; font-size: 11px;'><%= output %></b> </pre> </medium> </h3> - <p style="color: black; font-size: 12px;">'<%= task_name %>' &nbsp;finished</p> - <p style="color: black; font-size: 12px;"><strong>Summary:&nbsp;</strong> '<%= info %>' </p> - <p style="color: black; font-size: 12px;"><strong>Duration:&nbsp;</strong> '<%= time %>' seconds&nbsp;</p> - <p style="color: black; font-size: 12px;"><strong><strong>Status: </strong></strong>'<%= status %>'</p> - <p style="color: black; font-size: 12px;"><strong>Result ID: </strong> '<%= id %>' </p> </div> </div> </div> </tbody> -</html> +</html> +<html> + +<style> +.well { + position: relative; + width: 100%; + height: 100%; +} +</style> \ No newline at end of file