Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 6, 2025
1 parent e97c0f7 commit dfcd2a9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions vizro-core/examples/scratch_dev/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,31 @@


dashboard = vm.Dashboard(
pages=[page1, page2, page3, page4, page5, page6, page7, page8, page9, page10, page11, page12, page13, page14,
page15, page16, page17, page18, page19, page20, page21, page22, page23],
pages=[
page1,
page2,
page3,
page4,
page5,
page6,
page7,
page8,
page9,
page10,
page11,
page12,
page13,
page14,
page15,
page16,
page17,
page18,
page19,
page20,
page21,
page22,
page23,
],
title="Test out Flex/Grid",
)

Expand Down
2 changes: 1 addition & 1 deletion vizro-core/examples/scratch_dev/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
width: 300px;
}

/* Apply width to all KPI Cards*/
/* Apply width to all KPI Cards */
#page-flex-inside-flex .card-kpi {
width: 250px;
}

0 comments on commit dfcd2a9

Please sign in to comment.