Skip to content

Commit b78612e

Browse files
committed
Add some spacing before the quit button
1 parent db69b2e commit b78612e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/shiny-ui.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ sidebarPanel <- function() {
2222
shiny::actionButton("case_validation_button", "Validate this"),
2323
shiny::uiOutput("status"),
2424
shiny::uiOutput("diff_text_controls"),
25+
shiny::br(),
2526
shiny::actionButton("quit_button", "Quit")
2627
)
2728
}

0 commit comments

Comments
 (0)