Hide Forgot
Created attachment 824317 [details] pic on iPhone4S Description of problem: Go to web console and create domain, then go to app/console/domains page and check member info. The last info like "1 member" will overflow on the frame. Detail can be found in attachment. Version-Release number of selected component (if applicable): INT(devenv_4038) PROD How reproducible: Always Steps to Reproduce: 1. Go to web console and create domain 2. Go to app/console/domains page and check member info on the page 3. Actual results: The last info like "1 member" is overflow on the frame. Expected results: All info should be placed in the frame. Additional info:
Will merge in https://github.com/openshift/origin-server/pull/4205
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/e120c9970d2b419a60da9c744bde051556402fdc Fix bug 1030774: domain info overflow
Test on devenv_4061, the info doesn't overflow anymore. So verify this bug, thanks!