Skip to content

Prevent overflow of long instance urls during Project creation

What does this MR do?

It effectively sets a maximum width on the instance url when creating new projects.

Are there points in the code the reviewer needs to double check?

Are we okay with using flexbox and just overwriting the default of bootstraps input-group-addon

Why was this MR needed?

  • It makes it possible to test project creation with selenium.
  • Long instance urls should not break the page

Screenshots (if relevant)

Before:

2018-01-15-142331_1920x1080_scrot

After:

Mobile View Desktop View Context
42037-small-with-select 42037-big-with-select If the user can select a project
42037-small-without-select 42037-big-without-select If the user cannot select a project

Tooltip:

42037-tooltip

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #42037 (closed)

Edited by Chris Peressini

Merge request reports