From e3504de1f1cb67611ff7fa8650fafbe9705d3a9f Mon Sep 17 00:00:00 2001 From: itsobi Date: Fri, 25 Jul 2025 07:56:05 -0500 Subject: [PATCH] update PropertyItem component and frame rate dropdown to flex-col so label and value are not on the same line --- apps/web/src/components/editor/properties-panel/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/editor/properties-panel/index.tsx b/apps/web/src/components/editor/properties-panel/index.tsx index 4fc5d89d..ec1942f7 100644 --- a/apps/web/src/components/editor/properties-panel/index.tsx +++ b/apps/web/src/components/editor/properties-panel/index.tsx @@ -41,7 +41,7 @@ export function PropertiesPanel() { label="Resolution:" value={`${canvasSize.width} × ${canvasSize.height}`} /> -
+