mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	fix: ingredient item should be single-line (#2521)
This is an issue on non-chromium browsers. I guess Chromium has some sort of support for nested CSS, whereas other browsers don't.
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							30717e50d3
						
					
				
				
					commit
					408ca88cb2
				
			| @@ -40,7 +40,7 @@ export default defineComponent({ | |||||||
|   }, |   }, | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| <style> | <style lang="scss"> | ||||||
| .ingredient-item { | .ingredient-item { | ||||||
|   .d-inline { |   .d-inline { | ||||||
|     & > p { |     & > p { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user