Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/backend/default_canvas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2154,8 +2154,8 @@
"type": "embeddable",
"angle": 0,
"index": "b0q",
"width": 420,
"height": 320,
"width": 460,
"height": 380,
"locked": false,
"frameId": null,
"opacity": 100,
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/src/pad/containers/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const Dashboard: React.FC<DashboardProps> = ({
// 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) {
Expand Down