Skip to content

Commit 67e99a7

Browse files
Copilotdanmarshall
andcommitted
Revert complex grid-column changes to simplify layout
Co-authored-by: danmarshall <11507384+danmarshall@users.noreply.github.com>
1 parent 21f433c commit 67e99a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web-deploy/json/habit-tracker-simple.idoc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"#habits { grid-area: habits; min-width: 0; }",
1717
"#table { grid-area: table; min-width: 0; }",
1818

19-
"#monthly { grid-area: monthly; min-width: 0; overflow: hidden; grid-column: 1 / -1; }",
20-
"#heatmap { grid-area: heatmap; min-width: 0; overflow: hidden; grid-column: 1 / -1; }",
19+
"#monthly { grid-area: monthly; min-width: 0; overflow: hidden; }",
20+
"#heatmap { grid-area: heatmap; min-width: 0; overflow: hidden; }",
2121
"@media (max-width: 768px) { body { grid-template-columns: 1fr; grid-template-areas: 'header' 'habits' 'table' 'monthly' 'heatmap'; } }"
2222
]
2323
},

0 commit comments

Comments
 (0)