fix: revert shopping list items - increased width (#4241)

This commit is contained in:
Kuchenpirat 2024-09-20 13:44:30 +02:00 committed by GitHub
parent 67791e4d86
commit 7f4e958198
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,7 +140,7 @@ export default defineComponent({
setup(props, context) {
const { i18n } = useContext();
const displayRecipeRefs = ref(false);
const itemLabelCols = ref<string>(props.value.checked ? "auto" : props.showLabel ? "8" : "9");
const itemLabelCols = ref<string>(props.value.checked ? "auto" : props.showLabel ? "4" : "6");
const contextMenu: actions[] = [
{