From b3643677fad5ea26662703b5af5f6f1744cab689 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Thu, 11 Apr 2024 22:03:31 -0700 Subject: [PATCH] Switch to using a fixed row calculation to allow for bslib to expand row 2's card to be the entire column span. --- app.R | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app.R b/app.R index 45ce08b..3fd9faa 100644 --- a/app.R +++ b/app.R @@ -119,12 +119,9 @@ ui <- page_fluid( br(), layout_column_wrap( height = 1000, - col_widths = 12, - fillable = TRUE, - layout_column_wrap( - width = 1/2, - col_width = 6, - heights_equal = "row", + layout_columns( + col_widths = c(6, 6, 16), + row_heights = c(1, 5), value_box( title = "Hours since last earthquake", value = as.numeric(hours_last),