From 1445e437ab123f0f00aa10f34a6314c2716f549c Mon Sep 17 00:00:00 2001 From: alex-rogers-hub Date: Fri, 24 Jan 2025 10:06:49 +0000 Subject: [PATCH] minor formatting --- R/ui_panels/example_tab_1.R | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/R/ui_panels/example_tab_1.R b/R/ui_panels/example_tab_1.R index 087a512..0483b50 100644 --- a/R/ui_panels/example_tab_1.R +++ b/R/ui_panels/example_tab_1.R @@ -13,7 +13,7 @@ example_tab_1_panel <- function() { width = 12, gov_box( column( - width = 4, + width = 5, selectizeInput( "selectPhase", "Select a school phase:", @@ -23,7 +23,7 @@ example_tab_1_panel <- function() { ) ), column( - width = 4, + width = 5, selectizeInput( "selectArea", "Choose an area:", @@ -34,9 +34,7 @@ example_tab_1_panel <- function() { ), # Download button ------------------------------------------- column( - width = 4, - h4("Download the data:", style = 'font-family: "Arial", sans-serif !important; - font-size: 19px;'), + width = 2, downloadButton( outputId = "download_data", label = "Download data",