Created attachment 1214721 [details] Input dialog example Description of problem: The input fields when adding a new provider are inconsistent and fields like "API PORT" stretch across the screen. (See screenshot) How reproducible: 100% Steps to Reproduce: 1. Attempt to add a new provider Actual results: Input fields are inconsistent Expected results: Should look beautiful, also fields like port numbers should be shorter as they can not input more than 15 characters. PR to follow
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/d577b07dc73cc1146711943406f0e5f1c2e764d6 commit d577b07dc73cc1146711943406f0e5f1c2e764d6 Author: Eric Winchell <ewinchel> AuthorDate: Thu Feb 16 09:35:15 2017 -0500 Commit: Eric Winchell <ewinchel> CommitDate: Thu Feb 16 09:35:15 2017 -0500 Correct inconsistent provider input field lengths https://bugzilla.redhat.com/show_bug.cgi?id=1389513 app/views/shared/views/ems_common/angular/_form.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Verified in 5.8.0.3. All the field lenghts are consistent for every provider.