Skip to content

Commit 18ef918

Browse files
committed
small text input
1 parent 2d1b9b5 commit 18ef918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ url = {http://statnetproject.org}
875875
"e.g.", span("MCMC.burnin.retries=1", style="font-family:Courier;"),
876876
img(src="callout2.png",class="callout")),
877877
span("Other controls:"),
878-
textInput("customMCMCcontrol",label=NULL,value=""))
878+
customTextInput("customMCMCcontrol",label=NULL,value="",class="input-small"))
879879
)),
880880
conditionalPanel(condition="input.controltype == 'MCMLE'",
881881
p("Coming soon"))

0 commit comments

Comments
 (0)