Skip to content

Commit

Permalink
small formatting changes for descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
benpullman committed Oct 28, 2019
1 parent 5070401 commit d548b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ def rewrite_workflow_component(component, base_dir, workflow_name, tool_name, wo
description_label = ET.SubElement(description_cell, "label")
description_label.attrib["prefix"] = "false"
description_content = ET.SubElement(description_label, "content")
description_content.text = '<div style="5px;padding:1px; border:2px;width:800px;margin-left:10px;margin-right:10px;text-align:left">\
<strong>{}</strong> \
description_content.text = '<div style="5px;padding:1px; border:2px;margin-left:8%;margin-right:8%;text-align:left">\
<br><strong>{}</strong> \
<hr style="margin-top:5px;margin-bottom:5px"> \
{} \
<hr style="margin-top:5px;margin-bottom:5px"> \
Expand Down

0 comments on commit d548b3b

Please sign in to comment.