From eaf4565aa747a38e29f674f2b21f1acb26f66bb6 Mon Sep 17 00:00:00 2001
From: zierbeek <58994651+zierbeek@users.noreply.github.com>
Date: Sun, 20 Jun 2021 07:53:21 +0200
Subject: [PATCH] Printview columns (#572)
* Printview with multiple columns, depending on list length.
* Printview with multiple columns, depending on list length.
---
frontend/src/components/Recipe/PrintView.vue | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/frontend/src/components/Recipe/PrintView.vue b/frontend/src/components/Recipe/PrintView.vue
index bc092e29d1d8..a3b36e8e9da4 100644
--- a/frontend/src/components/Recipe/PrintView.vue
+++ b/frontend/src/components/Recipe/PrintView.vue
@@ -31,7 +31,7 @@