diff --git a/src/backend/default_canvas.json b/src/backend/default_canvas.json index e902312..10f385c 100644 --- a/src/backend/default_canvas.json +++ b/src/backend/default_canvas.json @@ -2154,8 +2154,8 @@ "type": "embeddable", "angle": 0, "index": "b0q", - "width": 420, - "height": 320, + "width": 460, + "height": 380, "locked": false, "frameId": null, "opacity": 100, diff --git a/src/frontend/src/pad/containers/Dashboard.tsx b/src/frontend/src/pad/containers/Dashboard.tsx index 5f3c6b3..1c03dd4 100644 --- a/src/frontend/src/pad/containers/Dashboard.tsx +++ b/src/frontend/src/pad/containers/Dashboard.tsx @@ -93,7 +93,7 @@ export const Dashboard: React.FC = ({ // Set up resize observer to check if there's enough space useEffect(() => { // Minimum height required for the ActionButtonGrid to render properly - const MIN_REQUIRED_HEIGHT = 240; // Adjust this value based on your design + const MIN_REQUIRED_HEIGHT = 200; // Adjust this value based on your design const checkSize = () => { if (dashboardRef.current) {