+++ This bug was initially created as a clone of Bug #1037994 +++ This issue is also reproduced on puddle [2.0/2013-10-09.3] 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: --- Additional comment from Tian Feng on 2013-12-04 03:56:07 EST --- --- Additional comment from Tian Feng on 2013-12-04 03:56:43 EST --- --- Additional comment from Jordan Liggitt on 2013-12-04 09:16:43 EST --- Will merge in https://github.com/openshift/origin-server/pull/4283 --- Additional comment from openshift-github-bot on 2013-12-04 11:17:22 EST --- 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 --- Additional comment from Tian Feng on 2013-12-04 21:46:41 EST --- 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!
Test on puddle-2-1-2014-03-21. 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" will not overlap. So verify this bug. Thanks!