diff --git a/source/dashboards/cards.markdown b/source/dashboards/cards.markdown index f4b13e092ae..77ff05d27eb 100644 --- a/source/dashboards/cards.markdown +++ b/source/dashboards/cards.markdown @@ -101,12 +101,13 @@ You can choose to show or hide certain cards or [badges](/dashboards/badges/) ba In [sections view](/dashboards/sections/), you can resize cards. Follow these steps: 1. On the **Layout** tab, move the sliders to adjust the card size. - - Don't see a **Layout** tab? + ![Screenshot of the Layout tab in the card dialog](/images/dashboards/card_resize.png) + - **Troubleshooting**: Don't see a **Layout** tab? - It is not available inside nested cards: vertical stack, horizontal stack, and grid card - It is not available on the picture elements card. - ![Screenshot of the Layout tab in the card dialog](/images/dashboards/card_resize.png) - -2. Select **Save**. +2. **Precise mode** gives you a finer grid to size your card. The last row was done using precise mode. + ![Screenshot of a section using precise mode for some cards](/images/dashboards/precise-mode-example.png) +3. Select **Save**. ## Revert resizing of a card diff --git a/source/images/dashboards/card_resize.png b/source/images/dashboards/card_resize.png index a9852b50e54..636bf7ef88e 100644 Binary files a/source/images/dashboards/card_resize.png and b/source/images/dashboards/card_resize.png differ diff --git a/source/images/dashboards/precise-mode-example.png b/source/images/dashboards/precise-mode-example.png new file mode 100644 index 00000000000..c2224d052ce Binary files /dev/null and b/source/images/dashboards/precise-mode-example.png differ