fix: cap properties panel label column width
This commit is contained in:
5
src/components/propertyPanelLayout.ts
Normal file
5
src/components/propertyPanelLayout.ts
Normal 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
|
||||
Reference in New Issue
Block a user