Revert "Printview columns (#572)" (#577)

This reverts commit eaf4565aa747a38e29f674f2b21f1acb26f66bb6.
This commit is contained in:
Hayden 2021-06-19 23:01:15 -07:00 committed by GitHub
parent eaf4565aa7
commit 95d044b7bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {