Skip to content

Commit

Permalink
Merge pull request #3 from cloudquery/cq-1860
Browse files Browse the repository at this point in the history
fix: set theme.breakpoint.xxl to 1640
  • Loading branch information
jackcloudquery authored Aug 2, 2024
2 parents eccb770 + 67b2d1c commit c745edf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cloudquery/cloud-ui",
"description": "Plugin configuration UI connector for CloudQuery Cloud App",
"version": "0.1.10",
"version": "0.1.11",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/theme/breakpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ export const breakpoints: Record<keyof BreakpointOverrides, number> = {
md: 768,
lg: 992,
xl: 1200,
xxl: 1400,
xxl: 1640,
};

0 comments on commit c745edf

Please sign in to comment.