Skip to content

Commit 53fb757

Browse files
committed
💄 Add padding
1 parent 94910ff commit 53fb757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/mod_inequalities_ui.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ mod_inequalities_ui <- function(id) {
3434
shiny::actionButton(ns("set_all_zero_sum"), "Set all to zero sum"),
3535
shiny::actionButton(ns("clear_all"), "Clear all", class = "btn-secondary")
3636
),
37+
shiny::br(),
3738
shiny::div(
3839
DT::dataTableOutput(ns("hrg_table"), height = "calc(100vh - 200px)")
3940
)

0 commit comments

Comments
 (0)