Skip to content

Commit

Permalink
Fix width
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jun 4, 2024
1 parent 6212113 commit 9549694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/example_cards.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ example_cards <- function(yml, group) {
examples <- purrr::keep(examples, function(x) x[["group"]] %in% group)
cards <- purrr::map(examples, function(x) purrr::exec(card, !!!x))

bslib::layout_column_wrap(!!!cards)
bslib::layout_column_wrap(!!!cards, width = 1/3)
}

0 comments on commit 9549694

Please sign in to comment.