Skip to content

Commit

Permalink
feat: Shopping list UI overhaul - increase list item width (#4237)
Browse files Browse the repository at this point in the history
Co-authored-by: Kuchenpirat <[email protected]>
  • Loading branch information
Wetzel402 and Kuchenpirat authored Sep 19, 2024
1 parent 22edec4 commit 09b688c
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 ? "4" : "6");
const itemLabelCols = ref<string>(props.value.checked ? "auto" : props.showLabel ? "8" : "9");
const contextMenu: actions[] = [
{
Expand Down

0 comments on commit 09b688c

Please sign in to comment.