Hide Forgot
Description of problem: Checked the /cartridge_type/mongodb-2.2?direct=true page, found the gear size selection form will be placed to the line below label "Gear size", it supposed to be at the same line with label "Gear size", this issue exists when browser size is less than 768px, and also exists on IPhone4S, details see in screenshot please. Version-Release number of selected component (if applicable): devenv_4092 How reproducible: always Steps to Reproduce: 1.Create a scalable application 2.Go to the /cartridge_type/mongodb-2.2?direct=true page with browser size less than 768px 3.Check the gear size form Actual results: The gear size selection form will be placed to the line below "Gear size" label. Details see in attachment. Expected results: The gear size selection form should be placed to the same line with "Gear size" label. Additional info:
Will merge in https://github.com/openshift/origin-server/pull/4284
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/cf1f75f77484e27e9639420e88149e09882c97ae Fix bug 1037946: Make cartridge gear size selection consistent with app gear size selection
Tested on devenv_4097, the gear size selection form can be displayed on correct place when browser size is less than 768px or is on IPhone4S, so verify this bug, thanks.