From 6d4f8ddc51f329aa0aea2e9a4010deedf7378b92 Mon Sep 17 00:00:00 2001 From: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:44:30 +0200 Subject: [PATCH] fix: revert shopping list items - increased width (#4241) --- frontend/components/Domain/ShoppingList/ShoppingListItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue index 609d0be0fed..a51def1903f 100644 --- a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue +++ b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue @@ -140,7 +140,7 @@ export default defineComponent({ setup(props, context) { const { i18n } = useContext(); const displayRecipeRefs = ref(false); - const itemLabelCols = ref(props.value.checked ? "auto" : props.showLabel ? "8" : "9"); + const itemLabelCols = ref(props.value.checked ? "auto" : props.showLabel ? "4" : "6"); const contextMenu: actions[] = [ {