diff --git a/frontend/components/Domain/ShoppingList/ShoppingListItem.vue b/frontend/components/Domain/ShoppingList/ShoppingListItem.vue index a51def1903f..609d0be0fed 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[] = [ {