Skip to content

Commit

Permalink
fix: replace infinity with a large number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Aug 22, 2024
1 parent 0093fab commit 7d2ba6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard/src/vaadin-dashboard-layout-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const DashboardLayoutMixin = (superClass) =>
);
/* Effective max column count */
--_vaadin-dashboard-col-max-count: var(--vaadin-dashboard-col-max-count, infinity);
--_vaadin-dashboard-col-max-count: var(--vaadin-dashboard-col-max-count, 9999);
/* Effective column count */
--_vaadin-dashboard-effective-col-count: min(
Expand Down

0 comments on commit 7d2ba6b

Please sign in to comment.