Skip to content

Commit

Permalink
Pass prettier test
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Aug 25, 2021
1 parent 2339dd0 commit 3bfc972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/masonry/masonry.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ However, you have to choose the value of `columnSpan` for each item carefully or

## Server-side rendering

This example demonstrates the use of the `defaultHeight` to configure a fixed height of each `<MasonryItem />`. This is used for server-side rendering.
This example demonstrates the use of the `defaultHeight` to configure a fixed height of each `<MasonryItem />`. This is used for server-side rendering.
By default, `height: 100%` will be set to the content of `<MasonryItem />`. If you change this, there can be unwanted gap between `<MasonryItem />` and the content that you pass to it.

{{"demo": "pages/components/masonry/SSRMasonry.js", "bg": true}}

0 comments on commit 3bfc972

Please sign in to comment.