Skip to content

Commit

Permalink
feat: Shopping list UI overhaul - increase list item width (mealie-re…
Browse files Browse the repository at this point in the history
…cipes#4237)

Co-authored-by: Kuchenpirat <[email protected]>
  • Loading branch information
2 people authored and boc-the-git committed Sep 28, 2024
1 parent db4167b commit 47d868f
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 47d868f

Please sign in to comment.