fix: weighting sliders in 2-column grid layout
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -65,7 +65,7 @@ export function WeightingEditor({ weights, onChange, assetType }: Props) {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Card sx={{ p: 3 }}>
|
<Card sx={{ p: 3 }}>
|
||||||
<Box sx={{ display: 'flex', flexDirection: 'column', gap: 2.5 }}>
|
<Box sx={{ display: 'grid', gridTemplateColumns: '1fr 1fr', gap: '20px 32px' }}>
|
||||||
{WEIGHTING_KEYS.map(key => {
|
{WEIGHTING_KEYS.map(key => {
|
||||||
const importance = raw[key] ?? 3
|
const importance = raw[key] ?? 3
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user