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 @@
{{ $t("recipe.ingredients") }}
- -
+
-
{{ $globals.icons.checkboxBlankOutline }}
@@ -67,6 +67,7 @@ export default {
components: {
RecipeTimeCard,
VueMarkdown,
+
},
props: {
recipe: Object,
@@ -102,6 +103,13 @@ h3 {
ul {
padding-left: 1rem;
+ display: -ms-flexbox;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-flex-flow: wrap column;
+ flex-flow: wrap column;
+ max-height: 300px;
+ column-gap: 25px;
}
li {