Description of problem: When hover on the quota donut on project setting page, it shows resource usage information, but information doesn't align consistently, some is in a line, some is divided into multiple lines and the align order changed. Version-Release number of selected component (if applicable): openshift v1.1.1-44-gab8a70e kubernetes v1.1.0-origin-1107-g4c8e6f4 etcd 2.2.2 fork_ami_openshift3_userinterface_public_606_188 How reproducible: Always Steps to Reproduce: 1.Create quota and limits on project. 2.Create pod in the project. 3.Hover on the cpu/memory donut on setting page. Actual results: 3.It will show used/available resource percentage information, but sometimes the information is in a line, sometimes is divided into multiple lines and the words align order changed. Refer to attachment. Expected results: 4.Information format should keep consistent so that user is not confused. Additional info:
Created attachment 1116854 [details] info1.png
Created attachment 1116855 [details] info1.png
Created attachment 1116856 [details] info.png
Fix added to existing PR: https://github.com/openshift/origin/pull/6723 See comment: https://github.com/openshift/origin/pull/6723#issuecomment-173584070
Tested on latest origin code: openshift v1.1.1-155-ga3dd1f0 kubernetes v1.1.0-origin-1107-g4c8e6f4 etcd 2.2.2 The information now aligns in two lines consistently. The bug has been fixed, so move it to Verified.