diff --git a/frontend/src/components/Recipe/PrintView.vue b/frontend/src/components/Recipe/PrintView.vue
index a3b36e8e9da4..bc092e29d1d8 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,7 +67,6 @@ export default {
components: {
RecipeTimeCard,
VueMarkdown,
-
},
props: {
recipe: Object,
@@ -103,13 +102,6 @@ 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 {