Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-rogers-hub committed Jan 24, 2025
1 parent 12bbcc9 commit 1445e43
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions R/ui_panels/example_tab_1.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ example_tab_1_panel <- function() {
width = 12,
gov_box(
column(
width = 4,
width = 5,
selectizeInput(
"selectPhase",
"Select a school phase:",
Expand All @@ -23,7 +23,7 @@ example_tab_1_panel <- function() {
)
),
column(
width = 4,
width = 5,
selectizeInput(
"selectArea",
"Choose an area:",
Expand All @@ -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",
Expand Down

0 comments on commit 1445e43

Please sign in to comment.