Skip to content

Commit

Permalink
Update dashboardPage.R
Browse files Browse the repository at this point in the history
Reduce min-height for smaller displays. Resolve issue rstudio#283
  • Loading branch information
Sch1urch3r committed Jul 7, 2018
1 parent 2522242 commit c903b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dashboardPage.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dashboardPage <- function(header, sidebar, body, title = NULL,
# the "sidebar-collapse" class on the body means that the sidebar should
# the collapsed (AdminLTE code)
class = paste0("skin-", skin, if (collapsed) " sidebar-collapse"),
style = "min-height: 611px;",
style = "min-height: 411px;",
shiny::bootstrapPage(content, title = title)
)
)
Expand Down

0 comments on commit c903b01

Please sign in to comment.