galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.42k stars 1.01k forks source link

Button styling for data param input type in tool form #5846

Closed dannon closed 6 years ago

dannon commented 6 years ago

is broken.

https://jenkins.galaxyproject.org/job/docker-selenium/2001/artifact/2001-test-errors/test_generate_tour_with_data2018040303421522726951/last.png

Maybe this falls under buttons below - but a lot of other buttons are almost working so I thought I'd flag this one so it doesn't get lost.

Update 1: Problem seems to be the margin calculation for the radio button width is off now and that is causing the line break and wonkiness - things look a little better if the margin-left is increased in (

). I guess the right approach is to restore the original button styling so the calculation is correct again though.

Update 2: https://github.com/twbs/bootstrap/pull/12794/files

dannon commented 6 years ago