Skip to content

Commit

Permalink
[WebProfilerBundle] removed the extra space before the toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Brochet committed Jun 17, 2012
1 parent 107b252 commit 3baf839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Profiler/toolbar.html.twig
@@ -1,7 +1,7 @@
<!-- START of Symfony2 Web Debug Toolbar --> <!-- START of Symfony2 Web Debug Toolbar -->
{% if 'normal' != position %} {% if 'normal' != position %}
{% include 'WebProfilerBundle:Profiler:toolbar_style.html.twig' with { 'position': position, 'floatable': true } %} {% include 'WebProfilerBundle:Profiler:toolbar_style.html.twig' with { 'position': position, 'floatable': true } %}
<div style="clear: both; height: 50px;"></div> <div style="clear: both; height: 38px;"></div>
{% endif %} {% endif %}


<div class="sf-toolbarreset"> <div class="sf-toolbarreset">
Expand Down

0 comments on commit 3baf839

Please sign in to comment.