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