From ab446590a2564804899cf3a75813a2e21598b674 Mon Sep 17 00:00:00 2001 From: Oleh Astappiev Date: Sun, 29 May 2022 16:58:46 +0200 Subject: [PATCH] fix: add some space in multi-row lists of elements on mobile --- .../apps/RecipeEditView/RecipeEditView.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/vue/src/apps/RecipeEditView/RecipeEditView.vue b/vue/src/apps/RecipeEditView/RecipeEditView.vue index 3cbc46583..9890fc7ef 100644 --- a/vue/src/apps/RecipeEditView/RecipeEditView.vue +++ b/vue/src/apps/RecipeEditView/RecipeEditView.vue @@ -238,27 +238,27 @@
- {{ $t("Time") }} - {{ $t("Ingredients") }} - {{ $t("Instructions") }} - {{ $t("Recipe") }} - {{ $t("File") }} @@ -266,7 +266,7 @@ pill variant="primary" size="sm" - class="ml-1" + class="ml-1 mb-1 mb-md-0" @click=" paste_step = step.id $bvModal.show('id_modal_paste_ingredients') @@ -609,22 +609,22 @@
-
+ -
+ -
+
-
+