mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	feat: Shopping list UI overhaul - increase list item width (#4237)
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
		| @@ -140,7 +140,7 @@ export default defineComponent({ | |||||||
|   setup(props, context) { |   setup(props, context) { | ||||||
|     const { i18n } = useContext(); |     const { i18n } = useContext(); | ||||||
|     const displayRecipeRefs = ref(false); |     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[] = [ |     const contextMenu: actions[] = [ | ||||||
|       { |       { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user