Skip to content

Commit 8db2ae5

Browse files
committed
IBX-6262: Fixed misaligned "Use automatic translation" checkbox
1 parent 405aa51 commit 8db2ae5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/bundle/Resources/public/scss/_add-translation.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
.modal-body {
77
display: flex;
8+
flex-wrap: wrap;
89
padding-bottom: calculateRem(140px);
910

1011
.ibexa-label {

src/bundle/Resources/views/themes/admin/content/modal/add_translation.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
'class': 'ibexa-translation__language-wrapper ibexa-translation__language-wrapper--language'
2929
},
3030
}) }}
31+
32+
{{ ibexa_render_component_group('form-content-add-translation-body', { form }) }}
3133
{% endblock %}
3234
{% block footer_content %}
3335
{{ form_widget(form.add, {'attr': {'class': 'btn ibexa-btn ibexa-btn--primary ibexa-btn--create-translation'}}) }}

0 commit comments

Comments
 (0)