Skip to content

Commit

Permalink
OEL-2900: Links block underlinable.
Browse files Browse the repository at this point in the history
  • Loading branch information
julien- committed Apr 4, 2024
1 parent 08a975a commit d997205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compositions/bcl-links-block/links-block.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{% endif %}
{% set _link = _link|merge({
clean_class: true,
attributes: _link.attributes.addClass(['pb-3', 'd-inline-block', 'standalone'])
attributes: _link.attributes.addClass(['mb-3', 'd-inline-block', 'standalone'])
}) %}
{% set _list_item_classes = 'list-unstyled' %}
{% if _variant == 'horizontal' %}
Expand Down

0 comments on commit d997205

Please sign in to comment.