From 4932b9c6d25afec8dee9a8dce4077754a124479d Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 5 Mar 2019 19:22:16 +0100 Subject: [PATCH] Improved recipe header display on small screens --- views/recipes.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/recipes.blade.php b/views/recipes.blade.php index bac5eaba..d0741a78 100644 --- a/views/recipes.blade.php +++ b/views/recipes.blade.php @@ -111,7 +111,7 @@
-
+
@include('components.numberpicker', array( 'id' => 'servings-scale', 'label' => 'Servings', @@ -121,7 +121,7 @@ 'additionalAttributes' => 'data-recipe-id="' . $selectedRecipe->id . '"' ))
-
+