From ebcff64fe91cc994e7959aef5cc73236ffce2062 Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 26 Feb 2024 18:08:05 -0600 Subject: [PATCH] Close #994. Align the showcase properly when the value box is small --- inst/components/scss/value_box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/components/scss/value_box.scss b/inst/components/scss/value_box.scss index 4650389be..0742d792e 100644 --- a/inst/components/scss/value_box.scss +++ b/inst/components/scss/value_box.scss @@ -59,11 +59,11 @@ $bslib-value-box-horizontal-break-point: 300px !default; .value-box-showcase { grid-area: top !important; + align-items: end; } .value-box-area { grid-area: bottom !important; - justify-content: end; } } }