0

Why sometimes hr() has a bad behavior in Shiny? I use the same code but the lines are different and sometimes one of then does not appears?

The code used:

                            column(12, 
                                   hr(style = "border-top: 1px solid #000000;"),
                                   h3("Input de dados", style = "align:center;text-align:center"),
                                   hr(style = "border-top: 1px solid #000000;"),
                                   headerPanel(""),
                            ),

enter image description here

  • 2
    There could be CSS on the page that can change the rendering. It's impossible to say without a minimal [reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) that can be used for testing in a browser. – MrFlick Nov 16 '22 at 18:27

0 Answers0