redhat-developer / vscode-wizard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Size problem of UI

angelozerr opened this issue · comments

The vscode wizard display page with a given width which causes some trouble like:

  • when a combo contains a long item, it is cutted:

image

  • error message which is wrapped:

image

  • label which is wrapped:

image

I changed from col-md-10 to col-md-11. Hopefully this should help.

Closing issue. Let me know if this has fixed anything. Or if I need to cut a release.