Skip to content

Commit 7b8432e

Browse files
GrabowskiMwebhdx
authored andcommitted
fix tag styles, fix additional actions styles
1 parent 94d35f6 commit 7b8432e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/bundle/Resources/public/scss/_icon-tag.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
color: $ibexa-color-dark-400;
55
font-size: $ibexa-text-font-size-medium;
66
margin-bottom: calculateRem(24px);
7+
white-space: nowrap;
78

89
.ibexa-icon {
910
margin-right: calculateRem(8px);

src/bundle/Resources/views/themes/admin/ui/component/tab/tabs_header.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
{% endblock %}
4545
{% endif %}
4646

47-
{% block tabs_list_after %}{% endblock %}
48-
4947
{% if not hide_toggler|default(false) %}
5048
<div class="ibexa-tabs__toggler">
5149
<span class="ibexa-tabs__toggler-show">
@@ -57,4 +55,6 @@
5755
</div>
5856
{% endif %}
5957
</div>
58+
59+
{% block tabs_list_after %}{% endblock %}
6060
</div>

0 commit comments

Comments
 (0)