Skip to content

Commit

Permalink
Fix Shiny file tree size to maximum 40px
Browse files Browse the repository at this point in the history
  • Loading branch information
fbreitwieser committed Apr 10, 2019
1 parent 0b918d6 commit 900f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/datainput-module.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serverDataPanel <- function(ns) {
#btnReset = icon("star"),
width = "100%",
btnSearch = icon("server"))),
div(style="max-height=400px; overflow-y: scroll",
div(style="max-height:400px; overflow-y: scroll",
shinyFileTree::shinyFileTreeOutput(ns('file_tree'))
),
shinyjs::hidden(actionButton(ns("btn_read_tree_dirs"), "Read selected directories")),
Expand Down

0 comments on commit 900f44a

Please sign in to comment.