openanalytics / shinyproxy

ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps
https://www.shinyproxy.io
Apache License 2.0
525 stars 151 forks source link

My Apps Modal Buttons Have New Lines In Them #454

Closed nik-humphries closed 1 year ago

nik-humphries commented 1 year ago

The "Details" and "Stop" button in the My apps modal have a new line before and after them when compiled which isn't trimmed and makes the buttons 3 times the height they should be (when using bootstrap 5).

image

https://github.com/openanalytics/shinyproxy/blob/5ac010ea5aa96407da8d50fc6458daae130c758c/src/main/resources/static/handlebars/my_apps.handlebars#L10

I don't know if this is something you would change (I haven't tested without using bootstrap 5), but just something to note.

I also had to change the .btn-group to flex to get the buttons side by side.

image

Adding white-space:normal to the btn style trims the whitespace.

image