mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	fix: Shopping list top buttons layout (margin and row wrapping) (#6091)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							6bfbc7ca0a
						
					
				
				
					commit
					1cdf43c599
				
			| @@ -38,8 +38,8 @@ | |||||||
|  |  | ||||||
|     <BasePageTitle divider> |     <BasePageTitle divider> | ||||||
|       <template #header> |       <template #header> | ||||||
|         <v-container> |         <v-container class="px-0"> | ||||||
|           <v-row> |           <v-row no-gutters> | ||||||
|             <v-col |             <v-col | ||||||
|               class="text-left" |               class="text-left" | ||||||
|             > |             > | ||||||
| @@ -62,6 +62,7 @@ | |||||||
|             </v-col> |             </v-col> | ||||||
|             <v-col class="d-flex justify-end"> |             <v-col class="d-flex justify-end"> | ||||||
|               <BaseButtonGroup |               <BaseButtonGroup | ||||||
|  |                 class="d-flex" | ||||||
|                 :buttons="[ |                 :buttons="[ | ||||||
|                   { |                   { | ||||||
|                     icon: $globals.icons.contentCopy, |                     icon: $globals.icons.contentCopy, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user