@@ -362,11 +362,10 @@ ui_g_scatterplot <- function(id, ...) {
362362 )
363363
364364 tagList(
365- include_css_files(" custom" ),
366365 teal.widgets :: standard_layout(
367366 output = teal.widgets :: white_small_well(
368367 teal.widgets :: plot_with_settings_ui(id = ns(" scatter_plot" )),
369- tags $ h1(tags $ strong(" Selected points:" ), class = " text-center font-150p " ),
368+ tags $ h1(tags $ strong(" Selected points:" ), style = " text-align: center !important; font-size: 150%; " ),
370369 teal.widgets :: get_dt_rows(ns(" data_table" ), ns(" data_table_rows" )),
371370 DT :: dataTableOutput(ns(" data_table" ), width = " 100%" )
372371 ),
@@ -470,16 +469,16 @@ ui_g_scatterplot <- function(id, ...) {
470469 tags $ div(
471470 id = ns(" label_pos" ),
472471 tags $ div(tags $ strong(" Stats position" )),
473- tags $ div(class = " inline-block w-10 " , helpText(" Left" )),
472+ tags $ div(style = " display: inline-block; width: 70%; " , helpText(" Left" )),
474473 tags $ div(
475- class = " inline-block w-70 " ,
474+ style = " display: inline-block; width: 70%; " ,
476475 teal.widgets :: optionalSliderInput(
477476 ns(" pos" ),
478477 label = NULL ,
479478 min = 0 , max = 1 , value = .99 , ticks = FALSE , step = .01
480479 )
481480 ),
482- tags $ div(class = " inline-block w-10 " , helpText(" Right" ))
481+ tags $ div(style = " display: inline-block; width: 10%; " , helpText(" Right" ))
483482 ),
484483 teal.widgets :: optionalSliderInput(
485484 ns(" label_size" ), " Stats font size" ,
0 commit comments