From 3cbfde19404ccdfedfeb210d2366827b9f60646b Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 18 Nov 2024 16:51:02 +0000 Subject: [PATCH] Fix layout max width glitches between different views --- lib/music_library_web/components/layouts/app.html.heex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/music_library_web/components/layouts/app.html.heex b/lib/music_library_web/components/layouts/app.html.heex index ec2e2db7..5b9f7861 100644 --- a/lib/music_library_web/components/layouts/app.html.heex +++ b/lib/music_library_web/components/layouts/app.html.heex @@ -1,5 +1,5 @@
-
+
<.flash_group flash={@flash} /> <%= @inner_content %>