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 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 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
dmpe pushed 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants