diff --git a/source/_dashboards/masonry.markdown b/source/_dashboards/masonry.markdown index 1c6e41ee2f3..53e8d7c065d 100644 --- a/source/_dashboards/masonry.markdown +++ b/source/_dashboards/masonry.markdown @@ -2,7 +2,7 @@ type: view title: Masonry view sidebar_label: Masonry (default) -description: "The default panel layout uses a masonry algorithme." +description: "The default panel layout uses a masonry algorithm." --- The masonry view is the default view type. @@ -12,7 +12,14 @@ The masonry view is the default view type. Screenshot of the masonry view.

-It sorts cards in columns based on their `card size`. If you want to group some cards you have to use [horizontal stack](/dashboards/horizontal-stack/), [vertical stack](/dashboards/vertical-stack/), or [grid](/dashboards/grid/) cards. +Masonry sorts cards in columns based on their card size. The next card is placed below the smallest card on the dashboard. + +

+Image showing how masonry arranges cards based on size. +Masonry arranges cards based on size. +

+ +To group cards, you have to use [horizontal stack](/dashboards/horizontal-stack/), [vertical stack](/dashboards/vertical-stack/), or [grid](/dashboards/grid/) cards. {% configuration %} type: diff --git a/source/images/dashboards/masonry.png b/source/images/dashboards/masonry.png new file mode 100644 index 00000000000..b6a762a6167 Binary files /dev/null and b/source/images/dashboards/masonry.png differ