From a9b055b35c3664163fab6711eaa207f37dddf40d Mon Sep 17 00:00:00 2001 From: Dylan Moerman Date: Thu, 8 Dec 2016 12:11:43 +0100 Subject: [PATCH] Remove the div's with the class container The page may only contain 1 container and this template is always loaded in other templates This fixes that the text fits inside the width of the parent element. --- .../Resources/views/notifications.html.twig | 56 ++++++++----------- 1 file changed, 24 insertions(+), 32 deletions(-) diff --git a/src/SumoCoders/FrameworkCoreBundle/Resources/views/notifications.html.twig b/src/SumoCoders/FrameworkCoreBundle/Resources/views/notifications.html.twig index 90e0e92..425bff6 100644 --- a/src/SumoCoders/FrameworkCoreBundle/Resources/views/notifications.html.twig +++ b/src/SumoCoders/FrameworkCoreBundle/Resources/views/notifications.html.twig @@ -1,47 +1,39 @@ {% for flashMessage in app.session.flashbag.get('success') %} -
- {% endfor %} {% for flashMessage in app.session.flashbag.get('report') %} -
- {% endfor %} {% for flashMessage in app.session.flashbag.get('warning') %} -