CSS style showing > instead of > in R shiny
I'm trying to add a style in shiny but when I check Chrome it shows up as #input-label + div > div {width: 150px}, > should actually be >. What is causing this? library(shiny) ui <- fluidPage( tags$style("#input-label + div…