fix: cap properties panel label column width

This commit is contained in:
lucaronin
2026-04-13 15:01:07 +02:00
parent 0a52ae6c1d
commit 2107764550
3 changed files with 69 additions and 34 deletions

View File

@@ -0,0 +1,5 @@
import type { CSSProperties } from 'react'
export const PROPERTY_PANEL_COLUMN_STYLE = {
gridTemplateColumns: 'fit-content(50%) minmax(0, 1fr)',
} satisfies CSSProperties