From 61a970e1171ce321ba62fad7d224cf12c61f5ad5 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Sat, 13 Jan 2024 17:27:18 -0500 Subject: [PATCH] html template --- inst/templates/bootstrap.html | 42 +++++++++++++++++------------------ vignettes/tutorial.qmd | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/inst/templates/bootstrap.html b/inst/templates/bootstrap.html index adae9ae7..0a463e49 100644 --- a/inst/templates/bootstrap.html +++ b/inst/templates/bootstrap.html @@ -6,7 +6,6 @@ $tinytable_TABLE_ID - - - @@ -33,23 +26,30 @@ $tinytable_BOOTSTRAP_BODY - + + + + diff --git a/vignettes/tutorial.qmd b/vignettes/tutorial.qmd index 12101ba8..5a147ca7 100644 --- a/vignettes/tutorial.qmd +++ b/vignettes/tutorial.qmd @@ -83,7 +83,7 @@ tt(x, align = "ccrrl") The `width` arguments accepts a number between 0 and 1, indicating what proportion of the linewidth the table should cover: ```{r} -tt(x, width = 0.5) +tt(x, width = 0.3) ``` ```{r}