Skip to content

Commit

Permalink
reduce margins on horizontal rule
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Nov 30, 2023
1 parent 71fa009 commit 31e1fb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ui <- shiny::fluidPage(
theme = bslib::bs_theme(),
shiny::tags$head(
shiny::tags$style(
shiny::HTML(".shiny-notification { position:fixed; top: calc(20%); left: calc(50%); }")
shiny::HTML(".shiny-notification { position:fixed; top: calc(20%); left: calc(50%); }"),
shiny::HTML("hr { margin-top: 10px; margin-bottom: 10px }")
)
),
shinyjs::useShinyjs(),
Expand Down

0 comments on commit 31e1fb6

Please sign in to comment.