Hi, all, I have a minor, spacing-related question for my Shiny app.
In particular, the placement of the sidebar created with sidebarPanel() moves slightly between tabs created with tabPanel().
It is probably easiest to see this in the app itself: https://jmichaelrosenberg.shinyapps.io/shinykonfound/
If you tab between "Linear" and "Non-linear", you'll see that the sidebar moves slightly to the right.
I tried to change the length of the text input box labels (and their default values) as well as the width of the sidebar panel, but the issue persisted. I also tried to add additional tabPanel()s, so that there was the same number within the non-linear tab as for the linear tab, but, again, the issue persisted. Any ideas for how to address it would be appreciated.
Source is here: https://github.com/jrosen48/shinykonfound