From 09b688cc2281bc13d2ef3810b9e135c5cd378425 Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 19 Sep 2024 14:48:21 -0500 Subject: [PATCH] feat: Shopping list UI overhaul - increase list item width (#4237) Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com> --- 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 a51def1903f5..609d0be0fed9 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 ? "4" : "6"); + const itemLabelCols = ref(props.value.checked ? "auto" : props.showLabel ? "8" : "9"); const contextMenu: actions[] = [ {