mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
fix card fill on storm explorer
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user