How to reduce the height of valueBox in shiny R?
Add this line before using your vlaueBoxes
tags$head(tags$style(HTML(".small-box {height: 50px}"))),