Hide Forgot
Description of problem: Go to web console and create application/:id/view, application/:id/edit, application/:id/admin, domain/:id/view, domain/:id/edit, domain/:id/admin authorization. Go to setting page and check. The "Scope" and "Expires in" are overlapping. Detail can be found in attachment. Version-Release number of selected component (if applicable): devenv_4092 How reproducible: Always Steps to Reproduce: 1. Go to web console and set browser size less than 980px 2. Create domain & application authorization 3. Go to setting page and have a check Actual results: "Scope" and "Expires in" are overlapping. Expected results: "Scopte" and "Expires in" should not be overlapping. Additional info:
Created attachment 832457 [details] browser_size_less_than_980px
Created attachment 832458 [details] on iPhone4S
Will merge in https://github.com/openshift/origin-server/pull/4283
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/5f54e44c2b2586083457c360d4f5cba11e90387c Fix bug 1037994: scopes table text overflows at small resolutions
Test on devenv_4097. "Scopte" and "Expires in" will not overlap with browser size less than 980px. Also they are not overlapping on iPhone4S. So verify this bug, thanks!