Skip to content

Commit 0dcba06

Browse files
committed
chore: add the line breaks
1 parent 7657cf3 commit 0dcba06

12 files changed

+16
-1
lines changed

R/tm_a_pca.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ ui_a_pca <- function(id, ...) {
236236
encoding = tags$div(
237237
### Reporter
238238
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
239+
tags$br(), tags$br(),
239240
###
240241
tags$label("Encodings", class = "text-primary"),
241242
teal.transform::datanames_input(args["dat"]),

R/tm_a_regression.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ ui_a_regression <- function(id, ...) {
287287
encoding = tags$div(
288288
### Reporter
289289
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
290+
tags$br(), tags$br(),
290291
###
291292
tags$label("Encodings", class = "text-primary"), tags$br(),
292293
teal.transform::datanames_input(args[c("response", "regressor")]),

R/tm_g_association.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ ui_tm_g_association <- function(id, ...) {
234234
encoding = tags$div(
235235
### Reporter
236236
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
237+
tags$br(), tags$br(),
237238
###
238239
tags$label("Encodings", class = "text-primary"),
239240
teal.transform::datanames_input(args[c("ref", "vars")]),

R/tm_g_bivariate.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ ui_g_bivariate <- function(id, ...) {
341341
encoding = tags$div(
342342
### Reporter
343343
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
344+
tags$br(), tags$br(),
344345
###
345346
tags$label("Encodings", class = "text-primary"),
346347
teal.transform::datanames_input(args[c("x", "y", "row_facet", "col_facet", "color", "fill", "size")]),

R/tm_g_distribution.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ ui_distribution <- function(id, ...) {
260260
encoding = tags$div(
261261
### Reporter
262262
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
263+
tags$br(), tags$br(),
263264
###
264265
tags$label("Encodings", class = "text-primary"),
265266
teal.transform::datanames_input(args[c("dist_var", "strata_var")]),

R/tm_g_response.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ ui_g_response <- function(id, ...) {
265265
encoding = tags$div(
266266
### Reporter
267267
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
268+
tags$br(), tags$br(),
268269
###
269270
tags$label("Encodings", class = "text-primary"),
270271
teal.transform::datanames_input(args[c("response", "x", "row_facet", "col_facet")]),

R/tm_g_scatterplot.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,13 +365,15 @@ ui_g_scatterplot <- function(id, ...) {
365365
teal.widgets::standard_layout(
366366
output = teal.widgets::white_small_well(
367367
teal.widgets::plot_with_settings_ui(id = ns("scatter_plot")),
368-
tags$h1(tags$strong("Selected points:"), style = "text-align: center !important; font-size: 150%;"),
368+
tags$br(),
369+
tags$h1(tags$strong("Selected points:"), style = "font-size: 150%;"),
369370
teal.widgets::get_dt_rows(ns("data_table"), ns("data_table_rows")),
370371
DT::dataTableOutput(ns("data_table"), width = "100%")
371372
),
372373
encoding = tags$div(
373374
### Reporter
374375
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
376+
tags$br(), tags$br(),
375377
###
376378
tags$label("Encodings", class = "text-primary"),
377379
teal.transform::datanames_input(args[c("x", "y", "color_by", "size_by", "row_facet", "col_facet")]),

R/tm_g_scatterplotmatrix.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ ui_g_scatterplotmatrix <- function(id, ...) {
253253
encoding = tags$div(
254254
### Reporter
255255
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
256+
tags$br(), tags$br(),
256257
###
257258
tags$label("Encodings", class = "text-primary"),
258259
teal.transform::datanames_input(args$variables),

R/tm_missing_data.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ encoding_missing_data <- function(id, summary_per_patient = FALSE, ggtheme, data
361361
tagList(
362362
### Reporter
363363
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
364+
tags$br(), tags$br(),
364365
###
365366
tags$label("Encodings", class = "text-primary"),
366367
helpText(

R/tm_outliers.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ ui_outliers <- function(id, ...) {
266266
encoding = tags$div(
267267
### Reporter
268268
teal.reporter::add_card_button_ui(ns("add_reporter"), label = "Add Report Card"),
269+
tags$br(), tags$br(),
269270
###
270271
tags$label("Encodings", class = "text-primary"),
271272
teal.transform::datanames_input(args[c("outlier_var", "categorical_var")]),

0 commit comments

Comments
 (0)