Skip to content

Make scripts in lint text in pre blocks wrap

Miguel Rincon requested to merge 298681-scripts-content-overflow into master

What does this MR do?

Prevent overflowing of the table. Fix for #298681 (closed)

Make scripts in lint text in pre blocks wrap by adding class="gl-white-space-pre-wrap" to the <pre> blocks.

Note: This change requires the flags ci_pipeline_editor_page to be enabled, so no changelog is included.

Screenshots (strongly suggested)

before after
Screen_Shot_2021-01-14_at_10.52.54_AM image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Miguel Rincon

Merge request reports