Skip to content

Instantly share code, notes, and snippets.

@sjstebbins
Created August 3, 2016 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjstebbins/d3b220eeb1ef1a9cae1eb3d05eee57f3 to your computer and use it in GitHub Desktop.
Save sjstebbins/d3b220eeb1ef1a9cae1eb3d05eee57f3 to your computer and use it in GitHub Desktop.
Injecting CSS into R shiny app
dashboardBody(
#custom css styling
tags$head(
tags$style(
HTML('
.main-sidebar {
padding-top: 0px !important
}
')
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment