We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57e492 commit ebe5790Copy full SHA for ebe5790
src/frontend/src/pad/containers/Dashboard.tsx
@@ -93,7 +93,7 @@ export const Dashboard: React.FC<DashboardProps> = ({
93
// Set up resize observer to check if there's enough space
94
useEffect(() => {
95
// Minimum height required for the ActionButtonGrid to render properly
96
- const MIN_REQUIRED_HEIGHT = 240; // Adjust this value based on your design
+ const MIN_REQUIRED_HEIGHT = 200; // Adjust this value based on your design
97
98
const checkSize = () => {
99
if (dashboardRef.current) {
0 commit comments