Skip to content

Commit

Permalink
Adjust breakpoint to prevent breakage when side nav is expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Jun 20, 2024
1 parent 74bf210 commit 3cc6d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ft-auto-grid/ft-auto-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}

/* Cap grid column width at 5 for larger viewports */
@media (width >= 1475px) {
@media (width >= 1605px) {
.autoGrid {
grid-template-columns: repeat(5, minmax(262px, 1fr));
}
Expand Down

0 comments on commit 3cc6d81

Please sign in to comment.