Skip to content

Commit 4b12bbc

Browse files
authored
Merge pull request #8 from LoicGoyet/master
remove generation of container-fluid when widget hasContainer is false
2 parents 1458c94 + 8fd7421 commit 4b12bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Resources/views/show.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends 'VictoireCoreBundle:Widget:show.html.twig' %}
22

33
{% block content %}
4-
<div class="vic-layout{% if hasContainer %} container{% else %} container-fluid{% endif %}">
4+
<div class="vic-layout{% if hasContainer %} container{% endif %}">
55
{% set availableWidgets = [] %}
66
<div class="row">
77

0 commit comments

Comments
 (0)