diff --git a/components/board.loading/R/loading_ui.R b/components/board.loading/R/loading_ui.R index e7eff01a6..66fda27b1 100644 --- a/components/board.loading/R/loading_ui.R +++ b/components/board.loading/R/loading_ui.R @@ -87,7 +87,10 @@ LoadingUI <- function(id) { loading_tsne_ui(ns("tsne"), height = c("65vh", "70vh"), width = c("auto", "100%") - ) + ) %>% + tagAppendAttributes( + style = 'padding-top: 61.5px;' + ) ) ) )