Skip to content

Commit 85f7b4a

Browse files
authored
[Layout] Update title actions default responsive (#189)
1 parent 6242111 commit 85f7b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/layout-horizontal.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Enjoy your theme!
103103
{% endblock %}
104104
{% endblock %}
105105
</div>
106-
<div class="{% block page_actions_class %}col-12 col-md-auto ms-auto d-print-none{% endblock %}">
106+
<div class="{% block page_actions_class %}col-auto ms-auto d-print-none{% endblock %}">
107107
{% block page_actions %}
108108
<div class="btn-list">
109109
<a href="#" class="btn btn-white">

templates/layout-vertical.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Enjoy your theme!
9999
{% endblock %}
100100
{% endblock %}
101101
</div>
102-
<div class="{% block page_actions_class %}col-12 col-md-auto ms-auto d-print-none{% endblock %}">
102+
<div class="{% block page_actions_class %}col-auto ms-auto d-print-none{% endblock %}">
103103
{% block page_actions %}
104104
<div class="btn-list">
105105
<a href="#" class="btn btn-white">

0 commit comments

Comments
 (0)