diff --git a/Resources/views/bootstrap_4_tab_layout.html.twig b/Resources/views/bootstrap_4_tab_layout.html.twig index ac32bbb..8558274 100644 --- a/Resources/views/bootstrap_4_tab_layout.html.twig +++ b/Resources/views/bootstrap_4_tab_layout.html.twig @@ -39,7 +39,7 @@ role="tab" href="#{{ id ~ "_language_" ~ key }}" aria-selected="{% if active %}true{% else %}false{% endif %}" - class="{% if not child.vars.valid %}has-error{% endif %} {% if active %}active{% endif %}" + class="nav-link {% if not child.vars.valid %}has-error{% endif %} {% if active %}active{% endif %}" > {{ form_label(child) }}