fix: weighting sliders in 2-column grid layout

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Sutter
2026-05-21 20:59:09 +02:00
parent ba910806d6
commit 531c88cfb6
+1 -1
View File
@@ -65,7 +65,7 @@ export function WeightingEditor({ weights, onChange, assetType }: Props) {
</Box>
<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 => {
const importance = raw[key] ?? 3
return (