mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -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> | ||||
| <style> | ||||
| <style lang="scss"> | ||||
| .ingredient-item { | ||||
|   .d-inline { | ||||
|     & > p { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user