refactor: cleaning and polishing
This commit is contained in:
@@ -135,7 +135,8 @@ render_forms = function(
|
||||
form <- shiny::textAreaInput(
|
||||
inputId = form_id,
|
||||
label = label,
|
||||
rows = 1
|
||||
rows = 1,
|
||||
resize = "none"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user