diff --git a/services/webapp/code/rosetta/core_app/templates/components/container.html b/services/webapp/code/rosetta/core_app/templates/components/container.html
index ec99ff5f57819b7b5ecdca5ac0a0183d77a0b909..a13adc46f82ac4a757fd8507786f7a0b086724c5 100644
--- a/services/webapp/code/rosetta/core_app/templates/components/container.html
+++ b/services/webapp/code/rosetta/core_app/templates/components/container.html
@@ -152,7 +152,7 @@
        
         </div>
         
-        <div style="margin-bottom:13px; margin-top: 3px; text-align:center">
+        <div style="margin-bottom:18px; margin-top: 3px; text-align:center">
         {% if not disable_play_button %}
         <a href="/new_task?task_container_uuid={{ container.uuid }}&step=two" class="btn btn-light" style="border: #c0c0c0 1px solid">&nbsp;<i class="fa fa-play" style="color:green"></i></a>
         {% endif %}