Skip to content

Commit

Permalink
board.loading: tsne plot now aligns with datasets table
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 15, 2023
1 parent 59f9062 commit cdd1c34
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/board.loading/R/loading_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -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;'
)
)
)
)
Expand Down

0 comments on commit cdd1c34

Please sign in to comment.