From b97bc55cde844d6e607f913299d489f8b4431a76 Mon Sep 17 00:00:00 2001 From: Kath Sherratt <62290797+kathsherratt@users.noreply.github.com> Date: Fri, 15 Aug 2025 12:04:23 +0100 Subject: [PATCH] fix typo: {.card-sidebar} --- docs/dashboards/inputs.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dashboards/inputs.qmd b/docs/dashboards/inputs.qmd index 69a3e9cba9..c88fdd217e 100644 --- a/docs/dashboards/inputs.qmd +++ b/docs/dashboards/inputs.qmd @@ -259,7 +259,7 @@ Note that the `title` attribute is optional for cells with toolbars (if there is ### Card Sidebars -To add a sidebar to a card, define it immediately to the left or the right of the cell that generates the output. You can do this either by adding the `content: card-sidebar` option to a cell or by creating a div with the `.card-sidebars` class. For example: +To add a sidebar to a card, define it immediately to the left or the right of the cell that generates the output. You can do this either by adding the `content: card-sidebar` option to a cell or by creating a div with the `.card-sidebar` class. For example: ```` {.python .pymd} ```{{python}} @@ -273,4 +273,4 @@ To add a sidebar to a card, define it immediately to the left or the right of th ``` ```` -![](/docs/dashboards/images/card-sidebar.png){.border fig-alt="A screenshot of a Penguin Bills card. The card sidebar on the left contains two dropdown menus, one for Variable and one for Distribution and a checkbox to show rugmarks. To the right, a plot shows a histogram of bill_length_mm colored by species."} \ No newline at end of file +![](/docs/dashboards/images/card-sidebar.png){.border fig-alt="A screenshot of a Penguin Bills card. The card sidebar on the left contains two dropdown menus, one for Variable and one for Distribution and a checkbox to show rugmarks. To the right, a plot shows a histogram of bill_length_mm colored by species."}