openanalytics/shinyproxy

My Apps Modal Buttons Have New Lines In Them

nik-humphries opened this issue · 0 comments

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

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