Fix toolbar spacer

This commit is contained in:
Eric
2021-02-09 18:15:31 +01:00
parent aacf3700f4
commit 55a6f85252

View File

@@ -1,7 +1,7 @@
{# @copyright Copyright (C) 2010-2021 Combodo SARL #}
{# @license http://opensource.org/licenses/AGPL-3.0 #}
{% apply spaceless %}
<div id="{{ oUIBlock.GetId() }}" class="ibo-button-toolbar-spacer
<div id="{{ oUIBlock.GetId() }}" class="ibo-toolbar-spacer
{% if oUIBlock.GetAdditionalCSSClassesAsString() %}{{ oUIBlock.GetAdditionalCSSClassesAsString() }}{% endif %}{% if oUIBlock.IsHidden() %} ibo-is-hidden{% endif %}">
</div>
{% endapply %}