Created attachment 897029 [details] display overlaps when name is longer than 86 chars Description of problem: Tried to create a team with name of more than 86 characters, then the display overlaps on the team details page, details can see in screenshot. Version-Release number of selected component (if applicable): fork_ami_origin_ui_167_1188 How reproducible: always Steps to Reproduce: 1.Go to settings page 2.Click the "Create a team" link 3.Input more than 86 characters as team name to create a team 4.Submit Actual results: Display overlaps when creating team with name of more than 86 characters. Expected results: Display should be correct when creating team with name of more than 86 characters. Additional info:
Fixed in https://github.com/openshift/origin-server/pull/5415
Tested on fork_ami_origin_ui_167_1189, the display is correct when creating team with long name, so verify this bug, thanks.
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/b5f37fd264d526f0d6b1d74d8be41bfd3e85cf23 Bug 1098903: Fix team name truncation