-
DescriptionHi, I have updated Quarto to to 1.6.37 and it seems that for the dashboard tabset, the default settings has moved from left to right. Is there a way to move it back to left ? ---
title: "test"
format: dashboard
---
# Page {orientation="rows" scrolling="true"}
## Row - Tabsets
### Column - Tabset1 {.tabset}
```{r}
#| label: Tabset1
#| title: "Tabset1"
print("Tabset1")
```
```{r}
#| label: Tabset2
#| title: "Tabset2"
print("Tabset2")
``` |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Nov 27, 2024
Replies: 1 comment 2 replies
-
This wasn't intentional - we're checking and will get back to you. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tracking the bug here: #11549
We'll fix ASAP and issue a new stable release soon. Thanks for the report!