Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
“rafal.urn” committed Aug 17, 2024
1 parent acc19f0 commit cadb280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inst/source/tabs/tab3/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ observeEvent(input$newTab, {
sep="\n"),

width = "1000%",
height = "10vw",
height = "20vw",
resize = "both"),

textAreaInput(inputId = paste0("tab3-server",tabIndex()),
Expand All @@ -50,14 +50,14 @@ observeEvent(input$newTab, {
dataset
})',
width = "100%",
height = "10vw",
height = "20vw",
resize = "both"),

textAreaInput(inputId = paste0("tab3-config",tabIndex()),
label = paste("Tab ",tabIndex(), "config.yml"),
value = ' conf',
width = "100%",
height = "10vw",
height = "20vw",
resize = "both"),

)), select=TRUE)
Expand Down

0 comments on commit cadb280

Please sign in to comment.