We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8e64b commit b5f5742Copy full SHA for b5f5742
src/bundle/Resources/views/themes/admin/ui/component/collapse.html.twig
@@ -28,7 +28,7 @@
28
{% if extra_actions is defined %}
29
{% for action in extra_actions %}
30
<button type="button" class="ibexa-collapse__extra-action-button btn ibexa-btn ibexa-btn--no-text {{ action.button_class|default('') }}">
31
- <svg class="ibexa-icon ibexa-icon--{{ action.icon_size|default('small') }}">
+ <svg class="ibexa-icon ibexa-icon--{{ action.icon_size|default('small-medium') }}">
32
<use xlink:href="{{ ibexa_icon_path(action.icon_name) }}"></use>
33
</svg>
34
</button>
0 commit comments