Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Apply margin-top to .panel instead of margin-bottom to .panel-tabs #202

Merged
merged 1 commit into from
May 20, 2024

Conversation

gadenbuie
Copy link
Owner

@gadenbuie gadenbuie commented May 20, 2024

This will now work as expected

::: panelset
::: {.panel name="Install" .m-0 .p-3 .border .border-1}
Install xaringanExtra from [CRAN][cr] in the usual way.

```{.r}
install.packages("xaringanExtra")
```

Or install the development version from [GitHub][gh] or [r-universe][ru].

```{.r}
pak::pak("gadenbuie/xaringanExtra")
```

```{.r}
install.packages("xaringanExtra", repos = c("https://gadenbuie.r-universe.dev", "https://cran.r-project.org"))
```
:::
:::

@gadenbuie gadenbuie merged commit 3f73f5e into main May 20, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant