Skip to content

Commit

Permalink
fixed geo width
Browse files Browse the repository at this point in the history
  • Loading branch information
k-florek committed Oct 11, 2022
1 parent 526242f commit fe123a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varGeo/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ map <- leaflet(wi_counties, width = "100%", height = "650px", options = leafletO
ui <- fluidPage(
fluidRow(
column(width=12,
leafletOutput(outputId = "map",width="90%",height="600px")%>% withSpinner(color="#c5050c")
leafletOutput(outputId = "map",width="100%",height="600px")%>% withSpinner(color="#c5050c")
)
),
fluidRow(
Expand Down

0 comments on commit fe123a5

Please sign in to comment.