Skip to content

Commit 0693a76

Browse files
committed
Minor tweak/improvement to card article example
1 parent 91a1a51 commit 0693a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/cards/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ card(
246246
),
247247
plotly_widget,
248248
card_body(
249-
fill = FALSE,
249+
fill = FALSE, gap = 0,
250250
card_title("A subtitle"),
251251
p(class = "text-muted", "And a caption")
252252
)

0 commit comments

Comments
 (0)