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

Not enough padding around bookmarkButton in sidebar #176

Closed
wch opened this issue Jan 13, 2017 · 1 comment
Closed

Not enough padding around bookmarkButton in sidebar #176

wch opened this issue Jan 13, 2017 · 1 comment
Assignees

Comments

@wch
Copy link
Contributor

@wch wch commented Jan 13, 2017

For example:

library(shiny)
library(shinydashboard)

ui <- function(req) {
  dashboardPage(
    dashboardHeader(),
    dashboardSidebar(
      sliderInput("s", "Slider", 1, 100, 20),
      dateInput("d", "Date"),
      bookmarkButton()      
    ),
    dashboardBody()
  )
}

server <- function(input, output) {}

shinyApp(ui, server, enableBookmarking = "url")
@wch wch added the targeted label Jan 26, 2017
@wch
Copy link
Contributor Author

@wch wch commented Jan 26, 2017

Also, we should make sure that other buttons, like actionButtons look OK.

bborgesr added a commit that referenced this issue Jan 31, 2017
@bborgesr bborgesr self-assigned this Jan 31, 2017
@bborgesr bborgesr added in progress and removed targeted labels Jan 31, 2017
@bborgesr bborgesr closed this in 02c505c Feb 15, 2017
@bborgesr bborgesr removed the in progress label Feb 15, 2017
dmpe added a commit to dmpe/shinydashboard that referenced this issue 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 pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.