Skip to content
Snippets Groups Projects
Commit 59336417 authored by Davyd Burianuvatyi's avatar Davyd Burianuvatyi
Browse files

Issue #3343373: Fix template on mobile && change label option in select "article type"

parent 7cdc0861
No related branches found
No related tags found
1 merge request!5Issue #3343373: Fix template on mobile && change label option in select "article type"
......@@ -212,6 +212,7 @@ function _lb_related_articles_blocks_field_article_type_after_build($element, Fo
]],
],
];
$element['#options']['_none'] = t('- All -');
return $element;
}
/**
......
......@@ -42,7 +42,7 @@
{% if block_content.field_section_title.value %}
<div class="section-description">
<div class="container">
<div class="row justify-content-between align-items-baseline">
<div class="row flex-sm-row flex-column justify-content-between align-items-baseline">
<h3>{{ block_content.field_section_title.value }}</h3>
{% if content.field_related_link %}
<div class="link">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment