fix dt table width

This commit is contained in:
2026-04-06 01:36:00 -04:00
parent b61790e17b
commit 933fe72b01
2 changed files with 6 additions and 3 deletions
+4 -3
View File
@@ -49,7 +49,9 @@ ui <- page_navbar(
layout_columns(
col_widths = c(8, 4),
card(
DTOutput("storm_coverage_table")
card_body(
DTOutput("storm_coverage_table")
)
),
layout_columns(
col_widths = 12,
@@ -94,8 +96,7 @@ ui <- page_navbar(
),
card(
card_body(
class = "p-0",
DTOutput("track_data", height = "100%")
DTOutput("track_data", fill = TRUE)
)
)
)