Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #62: make images resize when the sidebar collapses/expands #185

Merged
merged 2 commits into from Feb 23, 2017

Conversation

@bborgesr
Copy link
Contributor

@bborgesr bborgesr commented Feb 17, 2017

Test app:

library(shinydashboard)
library(shiny)

shinyApp(
  ui = dashboardPage(
    dashboardHeader(),
    dashboardSidebar(),
    dashboardBody(plotOutput("plot1"))
  ),
  server = function(input, output, session) {
    output$plot1 <- renderPlot({ plot(cars) })
  }
)
@bborgesr bborgesr force-pushed the barbara/sidebar-collapse branch from 046ddab to 748c550 Feb 20, 2017
@bborgesr bborgesr self-assigned this Feb 22, 2017
…for dymanically added elements in the future)
@bborgesr bborgesr merged commit 7ae59f9 into master Feb 23, 2017
0 of 4 checks passed
0 of 4 checks passed
continuous-integration/appveyor/branch Waiting for AppVeyor build to complete
Details
continuous-integration/appveyor/pr Waiting for AppVeyor build to complete
Details
continuous-integration/travis-ci/pr The Travis CI build is in progress
Details
continuous-integration/travis-ci/push The Travis CI build is in progress
Details
@bborgesr bborgesr removed the in progress label Feb 23, 2017
@bborgesr bborgesr deleted the barbara/sidebar-collapse branch Feb 23, 2017
dmpe added a commit to dmpe/shinydashboard that referenced this pull request Mar 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.