Override container template from Bulma for Views 'more' links

This commit is contained in:
benjamin melançon 2019-09-30 18:46:32 -04:00
parent 36ebf5d092
commit 4633aedcc6

View file

@ -0,0 +1,3 @@
{% extends "@stable/form/container.html.twig" %}
{% set attributes = attributes.addClass("field") %}