diff --git a/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss b/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss index f47043fe2..c18f2e435 100644 --- a/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss +++ b/src/Bundle/ChillMainBundle/Resources/public/modules/bootstrap/_custom.scss @@ -2,3 +2,11 @@ * These custom styles will override bootstrap enabled stylesheets */ + +// hack hérité de scratch: contraindre le footer en bas de page +.container-fluid::after { + content: ""; + display: table; + clear: both; + border-spacing: 0; +} \ No newline at end of file diff --git a/src/Bundle/ChillMainBundle/Resources/views/Admin/layout.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Admin/layout.html.twig index 64270f409..5e6bdfbe0 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Admin/layout.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Admin/layout.html.twig @@ -32,7 +32,7 @@ {% block content %} {% block admin_content %} -