Skip to content

Commit 0f0b943

Browse files
authored
Merge pull request #1771 from quarto-dev/sync-1745-to-prerelease
2 parents 693958f + 817d744 commit 0f0b943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dashboards/inputs.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Note that the `title` attribute is optional for cells with toolbars (if there is
259259

260260
### Card Sidebars
261261

262-
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:
262+
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:
263263

264264
```` {.python .pymd}
265265
```{{python}}
@@ -273,4 +273,4 @@ To add a sidebar to a card, define it immediately to the left or the right of th
273273
```
274274
````
275275

276-
![](/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."}
276+
![](/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."}

0 commit comments

Comments
 (0)