标签: html css r shiny
下面的应用程序包含一个fileInput和actionButton。我想垂直对齐两个元素,以使actionButton与Browse的{{1}}按钮对齐。除了下面包含的代码外,我还尝试了fileInput和display:flex以及align-items:center;无济于事。我不确定我缺少什么,我们将不胜感激。
fileInput
actionButton
Browse
display:flex
align-items:center;
这是应用程序:
fluidRow(column(width = 9, ...), column(width = 3, ...))
结果:
https://repl.it/@glhr/55439167