mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -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> | ||||
|       <template #header> | ||||
|         <v-container> | ||||
|           <v-row> | ||||
|         <v-container class="px-0"> | ||||
|           <v-row no-gutters> | ||||
|             <v-col | ||||
|               class="text-left" | ||||
|             > | ||||
| @@ -62,6 +62,7 @@ | ||||
|             </v-col> | ||||
|             <v-col class="d-flex justify-end"> | ||||
|               <BaseButtonGroup | ||||
|                 class="d-flex" | ||||
|                 :buttons="[ | ||||
|                   { | ||||
|                     icon: $globals.icons.contentCopy, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user