mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 23:48:01 -05:00
add some padding to the top of the header panel
This commit is contained in:
@@ -55,7 +55,7 @@ headerPanel <- function(title, ...) {
|
||||
appTitle <- title
|
||||
|
||||
withTags({
|
||||
div(class="span12",
|
||||
div(class="span12", style="padding-top: 10px;",
|
||||
h1(appTitle),
|
||||
...,
|
||||
br()
|
||||
|
||||
Reference in New Issue
Block a user