Skip to content

Commit

Permalink
Merge pull request #1318 from FlowFuse/fix-broken-docs-link
Browse files Browse the repository at this point in the history
Docs: Fix broken ./grid link in online documentation
  • Loading branch information
gayanSandamal authored Sep 23, 2024
2 parents 36e4baa + 5845aea commit 36925a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/layouts/types/fixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ It will automatically move widgets to the next row if they don't fit within a gi

## Breakpoints

Below 576px, Fixed layouts will render in a responsive mode in order to support mobile rendering. Here, they actually become [Grid](../grid.md) layouts, with the width of each group being calculated as a portion of 3 columns, rather than a fixed pixel size.
Below 576px, Fixed layouts will render in a responsive mode in order to support mobile rendering. Here, they actually become [Grid](./grid.md) layouts, with the width of each group being calculated as a portion of 3 columns, rather than a fixed pixel size.

0 comments on commit 36925a0

Please sign in to comment.