From 7b6c14cf7bf9839c4a66b6d0d48ec4952ebb0502 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 2 Jun 2018 23:38:01 -0700 Subject: [PATCH] Don't do weird things with container height. --- resources/themes/pterodactyl/templates/wrapper.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/pterodactyl/templates/wrapper.blade.php b/resources/themes/pterodactyl/templates/wrapper.blade.php index 1d50e34bf..b56676dc8 100644 --- a/resources/themes/pterodactyl/templates/wrapper.blade.php +++ b/resources/themes/pterodactyl/templates/wrapper.blade.php @@ -27,7 +27,7 @@ @section('content') @yield('above-container') -
+
@yield('container')
@yield('below-container')