fix card fill on storm explorer

This commit is contained in:
2026-04-06 01:10:57 -04:00
parent f7a09affec
commit b61790e17b
2 changed files with 17 additions and 43 deletions
+8 -4
View File
@@ -80,12 +80,11 @@ ui <- page_navbar(
),
nav_panel(
title = "Storm Explorer",
navset_underline(
navset_card_underline(
nav_item(strong(textOutput("selected_storm_name_year"))),
nav_panel(
"Track",
layout_columns(
col_widths = 6,
layout_column_wrap(
card(
full_screen = TRUE,
card_body(
@@ -178,7 +177,12 @@ ui <- page_navbar(
)
),
card(
leafletOutput("growth_map", height = "100%")
height = 500,
card_body(
class = "p-0",
leafletOutput("growth_map", height = "100%")
)
),
card(
fluidRow(