?? ??? ?? ??? MWE ??? ???? Shiny ??? ???? actionButton()
? ??? ??? ????? ???. ? ??? ???? ??? ??????
?? ?? ?? ?? ?? ???? ?????. ?? HTML?? CSS? ?? ? ?? ???? HTML/CSS ??? ?? ????? ?? ??? ????? ?? ????? ??? ???? ???? ??? ??? ?? ???? ????. ??? ??.
MWE ??:
library(shiny) ui <- fluidPage( br(), actionButton( "add", HTML("Add <br/> column"), width = '80px', style='padding:0px; font-size:100%') ) server <- function(input,output,session)({}) shinyApp(ui, server)
shiny default line-height
CSS ??? ???? ? ????.