feat: Update ingredient units and improve layout responsiveness across various components

This commit is contained in:
Nils-Johan Gynther
2026-04-12 11:08:15 +02:00
parent 3d4994f24d
commit b795bbfc71
12 changed files with 39 additions and 9 deletions
@@ -229,7 +229,7 @@ export default function MergePreviewForm({ products }: Props) {
style={{
display: 'grid',
gap: '1rem',
gridTemplateColumns: '1fr 1fr',
gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))',
}}
>
<article style={{ border: '1px solid #ddd', borderRadius: '8px', padding: '1rem' }}>