I am trying to build a dashboard in R Shiny. I have a table that I would like to output. It's working, but there's a lot of white space within the box. The table does not take up the entire box. Is there a way to expand the size of the table so it fills up the entire box? Code below:
fluidRow(box(width = 4, height = 280, h5("Total Cost"), gt_output("total_cost_table"))