fix: Correct structure of expandable section in MergePreviewForm component
This commit is contained in:
@@ -127,9 +127,8 @@ export default function MergePreviewForm({ products }: Props) {
|
||||
</button>
|
||||
|
||||
{isExpanded && (
|
||||
<div style={{ padding: '1rem', background: '#f9fafb', display: 'grid', gap: '1rem' }}
|
||||
|
||||
<div style={{ display: 'grid', gap: '0.75rem', gridTemplateColumns: 'repeat(auto-fit, minmax(200px, 1fr))' }}>
|
||||
<div style={{ padding: '1rem', background: '#f9fafb', display: 'grid', gap: '1rem' }}>
|
||||
<div style={{ display: 'grid', gap: '0.75rem', gridTemplateColumns: 'repeat(auto-fit, minmax(200px, 1fr))' }}>
|
||||
<label style={{ display: 'grid', gap: '0.3rem' }}>
|
||||
<span style={{ fontWeight: 500, fontSize: '0.9rem' }}>Source product (ska bort)</span>
|
||||
<select
|
||||
|
||||
Reference in New Issue
Block a user