Commit c11ab3ee authored by Jay Swain's avatar Jay Swain

Group and project paths display well

The group and project paths need to wrap so they display properly

part of:
https://gitlab.com/gitlab-org/gitlab/-/issues/340325
parent 50deb225
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
%p.form-text.gl-text-center %p.form-text.gl-text-center
= _('Your project will be created at:') = _('Your project will be created at:')
%p.form-text.gl-text-center.monospace %p.form-text.gl-text-center.monospace.gl-overflow-wrap-break
= root_url = root_url
%span.js-group-path-display>= _('{group}') %span.js-group-path-display>= _('{group}')
%span>= _('/') %span>= _('/')
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
%p.form-text.gl-text-center %p.form-text.gl-text-center
= _('Your project will be created at:') = _('Your project will be created at:')
%p.form-text.gl-text-center.monospace %p.form-text.gl-text-center.monospace.gl-overflow-wrap-break
= root_url = root_url
%span.js-import-group-path-display>= _('{group}') %span.js-import-group-path-display>= _('{group}')
%span>= _('/') %span>= _('/')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment