diff --git a/src/bundle/Resources/public/scss/fieldType/edit/_ezselection.scss b/src/bundle/Resources/public/scss/fieldType/edit/_ezselection.scss index afbafd773d..048ad866ec 100644 --- a/src/bundle/Resources/public/scss/fieldType/edit/_ezselection.scss +++ b/src/bundle/Resources/public/scss/fieldType/edit/_ezselection.scss @@ -3,17 +3,12 @@ position: relative; .ibexa-dropdown { - &__wrapper { - max-width: calculateRem(550px); - } - &__selection-info { width: 100%; } &__items { max-height: calculateRem(300px); - max-width: calculateRem(550px); overflow-y: auto; width: 100%; } diff --git a/src/bundle/Resources/views/themes/admin/ui/anchor_navigation_section.html.twig b/src/bundle/Resources/views/themes/admin/ui/anchor_navigation_section.html.twig index cd7a9479a1..696e8548b5 100644 --- a/src/bundle/Resources/views/themes/admin/ui/anchor_navigation_section.html.twig +++ b/src/bundle/Resources/views/themes/admin/ui/anchor_navigation_section.html.twig @@ -3,7 +3,7 @@ class="row ibexa-anchor-navigation-sections__section {{ anchor_section_class|default('') }}" > {% block anchor_section_content %} -
+
{% block anchor_section_header %}{% endblock %} {% block anchor_section_body %}{% endblock %} {% block anchor_section_footer %}{% endblock %}