Skip to content

Resolve "Commit messages are no longer monospace, but still white-space: pre-wrap"

Paul Slaughter requested to merge 47548-monospace-commit-messages into master

What does this MR do?

This updates the way commit descriptions are displayed across GitLab:

  • Monospace font.
  • Overflow-x with scroll bar.

There is an EE port for this:

  • gitlab-ee!6770

Why was this MR needed?

Screenshots (if relevant)

Here's a gif of the commit page:

20180802_commit_message_monospace

Here's some screenshots of what this looks like across the application:

Screen_Shot_2018-08-02_at_11.02.30_AM

Screen_Shot_2018-08-02_at_11.05.44_AM

Screen_Shot_2018-08-02_at_11.06.25_AM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #47548 (closed)

Edited by Paul Slaughter

Merge request reports