Skip to content

Commit

Permalink
fix: revert shopping list items - increased width (mealie-recipes#4241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuchenpirat authored and boc-the-git committed Sep 28, 2024
1 parent 21d84f5 commit 6d4f8dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [
{
Expand Down

0 comments on commit 6d4f8dd

Please sign in to comment.